From 97da32c4ecdbdaf6d381ffd8f7e98c541519ae91 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Sun, 10 Feb 2013 14:16:21 -0500 Subject: [PATCH] minor edit --- pyqtgraph/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/functions.py b/pyqtgraph/functions.py index 86298ea2..467649e8 100644 --- a/pyqtgraph/functions.py +++ b/pyqtgraph/functions.py @@ -1043,7 +1043,7 @@ def colorToAlpha(data, color): def arrayToQPath(x, y, connect='all'): - """Convert an array of x,y coordinats to QPath as efficiently as possible. + """Convert an array of x,y coordinats to QPainterPath as efficiently as possible. The *connect* argument may be 'all', indicating that each point should be connected to the next; 'pairs', indicating that each pair of points should be connected, or an array of int32 values (0 or 1) indicating