Skip to content

Commit d36b6f3

Browse files
committed
Fix a docstring
1 parent 3eb7703 commit d36b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/astro_image_display_api/interface_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def get_cuts(self, image_label: str | None = None, **kwargs) -> BaseInterval:
158158
cuts : `astropy.visualization.BaseInterval`
159159
The Astropy interval object representing the current cuts.
160160
161-
**kwargs
161+
kwargs :
162162
Additional keyword arguments that may be used by the viewer.
163163
164164
Raises

0 commit comments

Comments
 (0)