Skip to content

Commit fdb9742

Browse files
committed
DOC: Fix more broken ref in interface_definition.py
[ci skip]
1 parent 32e2976 commit fdb9742

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/astro_image_display_api/interface_definition.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def set_cuts(
7070
Raises
7171
------
7272
TypeError
73-
If the `cuts` parameter is not a tuple or an
73+
If the ``cuts`` parameter is not a tuple or an
7474
`astropy.visualization.BaseInterval` object.
7575
7676
ValueError
@@ -298,8 +298,8 @@ def set_catalog_style(
298298
**kwargs
299299
Additional keyword arguments to pass to the marker style.
300300
301-
Notes
302-
-----
301+
Note
302+
----
303303
The following shapes are supported: "circle", "square", "crosshair", "plus",
304304
"diamond".
305305
@@ -357,7 +357,7 @@ def remove_catalog(self, catalog_label: str | None = None) -> None:
357357
------
358358
ValueError
359359
If the ``catalog_label`` is not provided when there are multiple
360-
catalogs loaded, or if the `catalog_label` does not correspond to a
360+
catalogs loaded, or if the ``catalog_label`` does not correspond to a
361361
loaded catalog.
362362
363363
TypeError

0 commit comments

Comments
 (0)