Skip to content

Commit

Permalink
DOC: Fix list of tuples in WCS docstrings [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jul 6, 2020
1 parent 62d6c1c commit 0c04058
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astropy/wcs/docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,13 +848,13 @@ def RA_DEC_ORDER(indent=0):
"""

get_ps = """
get_ps() -> list of tuples
get_ps() -> list of tuple
Returns ``PSi_ma`` keywords for each *i* and *m*.
Returns
-------
ps : list of tuples
ps : list of tuple
Returned as a list of tuples of the form (*i*, *m*, *value*):
Expand All @@ -870,7 +870,7 @@ def RA_DEC_ORDER(indent=0):
"""

get_pv = """
get_pv() -> list of tuples
get_pv() -> list of tuple
Returns ``PVi_ma`` keywords for each *i* and *m*.
Expand Down Expand Up @@ -1715,7 +1715,7 @@ def RA_DEC_ORDER(indent=0):
Parameters
----------
pv : list of tuples
pv : list of tuple
The input must be a sequence of tuples of the form (*i*, *m*,
*value*):
Expand Down

0 comments on commit 0c04058

Please sign in to comment.