From a989ac85fc73b4c02034aaa61668a2fc0b2d920b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Sat, 6 Mar 2004 15:49:18 +0000 Subject: [PATCH] fix typo git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1406 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/path.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/path.py b/pyx/path.py index 44a69ae9..9412a86f 100755 --- a/pyx/path.py +++ b/pyx/path.py @@ -1925,7 +1925,7 @@ class normpath(path): # XXX factor parts of this code out if self.subpaths[-1].closed: context = _pathcontext(self.end_pt(), None) - currensubpathels = [] + currentsubpathels = [] else: context = _pathcontext(self.end_pt(), self.subpaths[-1].begin_pt()) currentsubpathels = self.subpaths[-1].normpathels -- 2.11.4.GIT