Skip to content

Commit 16191b2

Browse files
Correct parameter formatting in widget.py (cds-astro#175)
2 parents 44e50ad + 191f7c1 commit 16191b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ipyaladin/widget.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,8 @@ def add_graphic_overlay_from_region(
892892
Parameters
893893
----------
894894
region: `~regions.CircleSkyRegion`, `~regions.EllipseSkyRegion`,
895-
`~regions.LineSkyRegion`,`~regions.PolygonSkyRegion`,
896-
`~regions.RectangleSkyRegion`, `~regions.Regions`, or a list of these.
895+
`~regions.LineSkyRegion`,`~regions.PolygonSkyRegion`,
896+
`~regions.RectangleSkyRegion`, `~regions.Regions`, or a list of these.
897897
The region(s) to add in Aladin Lite. It can be given as a supported region
898898
or a list of regions from the
899899
`regions package <https://astropy-regions.readthedocs.io>`_.

0 commit comments

Comments
 (0)