From 0be3615c883ccb8580a490d8cc04b15de3223b09 Mon Sep 17 00:00:00 2001 From: lesauxvi Date: Fri, 5 Feb 2016 11:54:00 +0100 Subject: [PATCH] docstring correction --- pyqtgraph/graphicsItems/InfiniteLine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyqtgraph/graphicsItems/InfiniteLine.py b/pyqtgraph/graphicsItems/InfiniteLine.py index b2327f8e..5efbb9ea 100644 --- a/pyqtgraph/graphicsItems/InfiniteLine.py +++ b/pyqtgraph/graphicsItems/InfiniteLine.py @@ -352,10 +352,10 @@ class InfiniteLine(GraphicsObject): Display or not the label indicating the location of the line in data coordinates. - ============== ============================================== + ============== ====================================================== **Arguments:** state If True, the label is shown. Otherwise, it is hidden. - ============== ============================================== + ============== ====================================================== """ if state: self.textItem = TextItem(fill=self.textFill)