Update path.py

pull/51/head
Andy Port 2018-04-13 12:41:43 -07:00 committed by GitHub
parent b58bf0f407
commit 209623bfb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)