Skip to content

Commit

Permalink
Fix doc build failure for update_fits_wcsinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Mar 7, 2025
1 parent 3573b62 commit 7a77c63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jwst/assign_wcs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1327,14 +1327,14 @@ def update_fits_wcsinfo(
FITS WCS descriptions to diverge.
**kwargs : dict, optional
Additional parameters to be passed to
:py:meth:`~gwcs.wcs.WCS.to_fits_sip`.
Additional parameters to be passed to :py:meth:`~gwcs.wcs.WCS.to_fits_sip`.
These may include:
bounding_box : tuple, None, optional
* bounding_box : tuple, None, optional
A pair of tuples, each consisting of two numbers
Represents the range of pixel values in both dimensions
((xmin, xmax), (ymin, ymax))
verbose : bool, optional
* verbose : bool, optional
Print progress of fits.
Returns
Expand Down

0 comments on commit 7a77c63

Please sign in to comment.