Skip to content

Commit f8f352c

Browse files
Update rocketpy/environment/environment.py
Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 2188815 commit f8f352c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/environment/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2376,7 +2376,7 @@ def load_international_standard_atmosphere(self): # pragma: no cover
23762376
"""
23772377
warnings.warn(
23782378
"load_international_standard_atmosphere() is deprecated in version "
2379-
"1.6.0 and will be removed in version 1.7.0. This method is no longer "
2379+
"1.5.0 and will be removed in version 1.7.0. This method is no longer "
23802380
"needed as the International Standard Atmosphere is already calculated "
23812381
"when the Environment object is created.",
23822382
DeprecationWarning,

0 commit comments

Comments
 (0)