Skip to content

Commit

Permalink
Fix doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 12, 2023
1 parent 1f5a0b6 commit 578d168
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gwcs/coordinate_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def world_axis_object_classes(self):
See Also
--------
`astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_classes`
astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_classes
"""

@property
Expand All @@ -265,7 +265,7 @@ def world_axis_object_components(self):
See Also
--------
`astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_components`
astropy.wcs.wcsapi.BaseLowLevelWCS.world_axis_object_components
"""


Expand Down
2 changes: 1 addition & 1 deletion gwcs/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def invert(self, *args, **kwargs):
result : tuple or value
Returns a tuple of scalar or array values for each axis. Unless
``input_frame.naxes == 1`` when it shall return the value.
The return type will be `~astropy.unit.Quantity` objects if the
The return type will be `~astropy.units.Quantity` objects if the
transform returns ``Quantity`` objects, else values.
"""
Expand Down

0 comments on commit 578d168

Please sign in to comment.