docstring correction

This commit is contained in:
lesauxvi 2016-02-05 11:54:00 +01:00
parent aec6ce8abb
commit 0be3615c88

View File

@ -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)