Update path.py
parent
b58bf0f407
commit
209623bfb7
|
@ -2238,4 +2238,4 @@ class Path(MutableSequence):
|
||||||
def translated(self, z0):
|
def translated(self, z0):
|
||||||
"""Returns a copy of self shifted by the complex quantity `z0` such
|
"""Returns a copy of self shifted by the complex quantity `z0` such
|
||||||
that self.translated(z0).point(t) = self.point(t) + z0 for any t."""
|
that self.translated(z0).point(t) = self.point(t) + z0 for any t."""
|
||||||
return translate(self, z0)
|
return translate(self, z0)
|
||||||
|
|
Loading…
Reference in New Issue