diff --git a/pyqtgraph/Vector.py b/pyqtgraph/Vector.py index 39b1a9e2..a9d28e41 100644 --- a/pyqtgraph/Vector.py +++ b/pyqtgraph/Vector.py @@ -17,14 +17,14 @@ class Vector(QtGui.QVector3D): ============== ================================================================================================ **Arguments:** - *args* Could be any of: - * 3 numerics - * 2 numerics (`0` assumed for z) - * Either of the previous in a list-like collection - * 1 QSizeF (`0` assumed for z) - * 1 QPointF (`0` assumed for z) - * Any other valid QVector3D init args. - ---------------------------------------------------------------------------------------------------------------- + *args* Could be any of: + + * 3 numerics (x, y, and z) + * 2 numerics (x, y, and `0` assumed for z) + * Either of the previous in a list-like collection + * 1 QSizeF (`0` assumed for z) + * 1 QPointF (`0` assumed for z) + * Any other valid QVector3D init args. ============== ================================================================================================ """ initArgs = args