removed info-less doc string
This commit is contained in:
parent
44b7560fe5
commit
9c9ab5ac3a
@ -14,7 +14,6 @@ class Vector(tuple):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __new__(cls, values, keep=False):
|
def __new__(cls, values, keep=False):
|
||||||
"""Initialize a vector.."""
|
|
||||||
if keep is not False:
|
if keep is not False:
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
"the 'keep' argument has been deprecated",
|
"the 'keep' argument has been deprecated",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user