From 7bf4e597d91f96ecaf9348da442e4be0711bd7ab Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 15 Aug 2020 22:15:58 -0700 Subject: [PATCH] improve docstring formatting and wording --- pyqtgraph/Vector.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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