From fca58b796a2bc83ff80cbed0dc8066d97be8fb81 Mon Sep 17 00:00:00 2001 From: Clare Shanahan Date: Fri, 20 Dec 2024 13:24:29 -0500 Subject: [PATCH] doc --- jdaviz/configs/imviz/plugins/catalogs/catalogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/plugins/catalogs/catalogs.py b/jdaviz/configs/imviz/plugins/catalogs/catalogs.py index 7dc92b7e52..78e7d9280b 100644 --- a/jdaviz/configs/imviz/plugins/catalogs/catalogs.py +++ b/jdaviz/configs/imviz/plugins/catalogs/catalogs.py @@ -348,7 +348,7 @@ def zoom_to_selected(self, padding=0.02, return_bounding_box=False): Returns ------- tuple of tuple or None - If there are activley selected rows, and `return_bounding_box` is + If there are activley selected rows, and ``return_bounding_box` is True, returns a tuple containing the bounding box coordinates: ((x_min, x_max), (y_min, y_max)). Otherwise, returns None.