From c9c885547324a615babbed909fc145492ca0d37d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Tue, 3 Dec 2002 13:18:42 +0000 Subject: [PATCH] fix typo (thanks to Andy Hoffmann for reporting that bug) git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@556 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/unit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/unit.py b/pyx/unit.py index 49d58aeb..e3921b6b 100644 --- a/pyx/unit.py +++ b/pyx/unit.py @@ -215,7 +215,7 @@ class t_m(length): length.__init__(self, l, default_type="t", dunit="m") -class t_mm(length): +class t_cm(length): def __init__(self, l=None): length.__init__(self, l, default_type="t", dunit="cm") -- 2.11.4.GIT