improve docstring formatting and wording
This commit is contained in:
parent
75899f0c4e
commit
7bf4e597d9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user