From 7a77c6339c0b1f684a09ef3366eb74feaee7b090 Mon Sep 17 00:00:00 2001 From: Ned Molter Date: Fri, 7 Mar 2025 15:57:14 -0500 Subject: [PATCH] Fix doc build failure for update_fits_wcsinfo --- jwst/assign_wcs/util.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jwst/assign_wcs/util.py b/jwst/assign_wcs/util.py index c43b3c785e..9cc9834824 100644 --- a/jwst/assign_wcs/util.py +++ b/jwst/assign_wcs/util.py @@ -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