From 2db485a5ae162a44fb1149266a1e66ca498cdd95 Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Tue, 23 Apr 2024 11:59:22 -0400 Subject: [PATCH] STY: removed trailing whitespace Removed trailing whitespace from the docstring. --- pysatMissions/methods/spacecraft.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysatMissions/methods/spacecraft.py b/pysatMissions/methods/spacecraft.py index b03741b..d0d9d6c 100644 --- a/pysatMissions/methods/spacecraft.py +++ b/pysatMissions/methods/spacecraft.py @@ -97,7 +97,7 @@ def calculate_ecef_velocity(inst): """Calculate spacecraft velocity in ECEF frame. .. deprecated:: 0.4.0 - This function is no longer needed with the deprecation of + This function is no longer needed with the deprecation of `missions_ephem`. Better calculations are available through geospacepy and skyfield. `calculate_ecef_velocity` will be removed in versions 0.5.0+