Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snbianco committed Jul 11, 2024
1 parent ded095a commit 7214814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/mast/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _parse_result(self, response, verbose=False, data_key='data'):
warnings.warn("Query returned no results.", NoResultsWarning)
return result_table

@deprecated_renamed_argument('page_size', 'pagesize', since=['0.4.8'])
@deprecated_renamed_argument('page_size', 'pagesize', since='0.4.8')
@class_or_instance
def service_request_async(self, service, params, pagesize=None, page=None, use_json=False, **kwargs):
"""
Expand Down

0 comments on commit 7214814

Please sign in to comment.