Skip to content

Commit 4cc2d3b

Browse files
authored
Fix field name in Horizons.ephemerides
1 parent c5332fa commit 4cc2d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/jplhorizons/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def ephemerides_async(self, *, airmass_lessthan=99,
235235
+------------------+-----------------------------------------------+
236236
| phasecoeff | comet phase coeff (float, mag/deg, ``PHCOFF``)|
237237
+------------------+-----------------------------------------------+
238-
| datetime | epoch (str, ``Date__(UT)__HR:MN:SC.fff``) |
238+
| datetime_str | epoch (str, ``Date__(UT)__HR:MN:SC.fff``) |
239239
+------------------+-----------------------------------------------+
240240
| datetime_jd | epoch Julian Date (float, |
241241
| | ``Date_________JDUT``) |

0 commit comments

Comments
 (0)