docstring correction
This commit is contained in:
parent
aec6ce8abb
commit
0be3615c88
@ -352,10 +352,10 @@ class InfiniteLine(GraphicsObject):
|
|||||||
Display or not the label indicating the location of the line in data
|
Display or not the label indicating the location of the line in data
|
||||||
coordinates.
|
coordinates.
|
||||||
|
|
||||||
============== ==============================================
|
============== ======================================================
|
||||||
**Arguments:**
|
**Arguments:**
|
||||||
state If True, the label is shown. Otherwise, it is hidden.
|
state If True, the label is shown. Otherwise, it is hidden.
|
||||||
============== ==============================================
|
============== ======================================================
|
||||||
"""
|
"""
|
||||||
if state:
|
if state:
|
||||||
self.textItem = TextItem(fill=self.textFill)
|
self.textItem = TextItem(fill=self.textFill)
|
||||||
|
Loading…
Reference in New Issue
Block a user