Skip to content

Commit 46ecbd1

Browse files
Update rocketpy/Function.py
Improved documentation Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
1 parent cdc05f3 commit 46ecbd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/Function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ def inverseFunction(self, lower=None, upper=None, datapoints=100):
21222122
lower : float
21232123
Lower limit of the new domain. Only required if the Function's source is a callable instead of a list of points.
21242124
upper : float
2125-
Upper limit of the new domain.
2125+
Upper limit of the new domain. Only required if the Function's source is a callable instead of a list of points.
21262126
21272127
Returns
21282128
-------

0 commit comments

Comments
 (0)