Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Jul 31, 2023
1 parent be92721 commit 268db13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/oemof/solph/_plumbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def sequence(iterable_or_scalar):
!= 0
):
raise KeyError(
"The length must be a multiple of the numer of the values!"
"The length must be a multiple of the number of periodic"
" values!"
)
return _Sequence(
highest_index=iterable_or_scalar.get("len"),
Expand Down

0 comments on commit 268db13

Please sign in to comment.