removed info-less doc string

This commit is contained in:
justvanrossum 2021-02-27 20:05:53 +01:00
parent 44b7560fe5
commit 9c9ab5ac3a

View File

@ -14,7 +14,6 @@ class Vector(tuple):
"""
def __new__(cls, values, keep=False):
"""Initialize a vector.."""
if keep is not False:
warnings.warn(
"the 'keep' argument has been deprecated",