Skip to content

Commit

Permalink
Fix Pumps efficiency type on documentation (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaspons authored Nov 14, 2024
1 parent 104fc69 commit 3d5d970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wntr/network/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ def _compare(self, other):

@property
def efficiency(self):
"""float : pump efficiency"""
"""Curve : pump efficiency"""
return self._efficiency
@efficiency.setter
def efficiency(self, value):
Expand Down

0 comments on commit 3d5d970

Please sign in to comment.