Skip to content

Commit 14587a6

Browse files
syed-gilanibsipocz
authored andcommitted
fixed a typo in argument name
1 parent 213c3a3 commit 14587a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/mast/missions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MastMissionsClass(MastQueryWithLogin):
2727
Class that allows direct programatic access to the MAST search API for a given mission.
2828
"""
2929

30-
def __init__(self, *, missions='hst', service='search'):
30+
def __init__(self, *, mission='hst', service='search'):
3131
super().__init__()
3232

3333
self._search_option_fields = ['limit', 'offset', 'sort_by', 'search_key', 'sort_desc', 'select_cols',

0 commit comments

Comments
 (0)