Fix docstring warning

This commit is contained in:
Ogi Moore 2019-05-29 16:20:32 -07:00 committed by Ogi
parent 2df71abfec
commit 1616e99b3a

View File

@ -1553,7 +1553,7 @@ class RectROI(ROI):
self.addScaleHandle([0.5, 1], [0.5, center[1]])
class LineROI(ROI):
"""
r"""
Rectangular ROI subclass with scale-rotate handles on either side. This
allows the ROI to be positioned as if moving the ends of a line segment.
A third handle controls the width of the ROI orthogonal to its "line" axis.