Skip to content

Commit

Permalink
Fix typo in docstring of skimage.measure.regionprops (#7405)
Browse files Browse the repository at this point in the history
  • Loading branch information
lartpang committed Apr 28, 2024
1 parent 5468c24 commit a932dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/measure/_regionprops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ def regionprops(
Centroid coordinate tuple ``(row, col)``, relative to region bounding
box, weighted with intensity image.
**coords_scaled** : (K, 2) ndarray
Coordinate list ``(row, col)``of the region scaled by ``spacing``.
Coordinate list ``(row, col)`` of the region scaled by ``spacing``.
**coords** : (K, 2) ndarray
Coordinate list ``(row, col)`` of the region.
**eccentricity** : float
Expand Down

0 comments on commit a932dd1

Please sign in to comment.