Skip to content

Commit

Permalink
DOC: fix docstring parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Dec 7, 2023
1 parent 82525db commit 0a342d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astroquery/vizier/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,13 @@ def get_catalog_metadata(self, *, catalog=None, get_query_payload=False):
Parameters
----------
catalog: str, optional
catalog : str, optional
The catalog identifier. It usually looks like 'III/55' for big surveys
or 'J/ApJ/811/67' for catalogs linked to a published paper. When this
parameter is not provided, the function looks for the metadata of the
catalog property of the Vizier class instance
(`~astroquery.vizier.VizierClass.catalog`).
get_query_payload: bool, optional
get_query_payload : bool, optional
When True, returns the dict of HTTP request parameters. This does not
execute the search for metadata.
Expand Down

0 comments on commit 0a342d3

Please sign in to comment.