Skip to content

Commit 84e69e2

Browse files
committed
Fix sphinx syntax
1 parent e296b23 commit 84e69e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/silx/gui/plot/items/_roi_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ def contains(self, position: ArrayLike) -> Union[bool, numpy.ndarray]:
103103
"""Check which positions are inside the ROI.
104104
105105
:param position: array-like of positions, where each position is given as ``(x, y)``.
106-
If multiple positions are provided, the shape should be ``(N, 2)``.
107-
For a single position, the shape should be ``(2,)``.
106+
If multiple positions are provided, the shape should be ``(N, 2)``.
107+
For a single position, the shape should be ``(2,)``.
108108
:return: boolean or boolean array of shape ``(N,)``, True if the point is inside the ROI.
109109
"""
110110
# Overwrite in subclass

0 commit comments

Comments
 (0)