diff --git a/svgpathtools/path.py b/svgpathtools/path.py index 599e269..41989de 100644 --- a/svgpathtools/path.py +++ b/svgpathtools/path.py @@ -2238,4 +2238,4 @@ class Path(MutableSequence): def translated(self, z0): """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.""" - return translate(self, z0) \ No newline at end of file + return translate(self, z0)