Skip to content

Commit a3d52ad

Browse files
mkelleybsipocz
authored andcommitted
Remove whitespace.
1 parent 2e55469 commit a3d52ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/jplhorizons/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def ephemerides_async(self, *, airmass_lessthan=99,
446446
| true_anom | True Anomaly (float, deg, ``Tru_Anom``) |
447447
+------------------+-----------------------------------------------+
448448
| hour_angle | local apparent hour angle (float, |
449-
| | hour, ``L_Ap_Hour_Ang``) |
449+
| | hour, ``L_Ap_Hour_Ang``) |
450450
+------------------+-----------------------------------------------+
451451
| alpha_true | true phase angle (float, deg, ``phi``) |
452452
+------------------+-----------------------------------------------+
@@ -1315,7 +1315,7 @@ def _parse_result(self, response, verbose=None):
13151315
break
13161316
raise ValueError(('Ambiguous target name; provide '
13171317
'unique id:\n%s' %
1318-
'\n'.join(src[idx + 2:end_idx])))
1318+
'\n'.join(src[idx + 2: end_idx])))
13191319
# catch unknown target
13201320
if ("Matching small-bodies" in line and "No matches found" in src[idx + 1]):
13211321
raise ValueError(('Unknown target ({:s}). Maybe try '

0 commit comments

Comments
 (0)