From e368d3dd26bc1e58408210e15090866c2a7285c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Fri, 8 Jul 2005 13:03:48 +0000 Subject: [PATCH] reformulate doc string git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2209 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/unit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyx/unit.py b/pyx/unit.py index 35229ba5..98b7aed7 100644 --- a/pyx/unit.py +++ b/pyx/unit.py @@ -84,8 +84,8 @@ class length: w=width, and x=TeX) which can be scaled separately (except for the true component, which is always unscaled). Lengths can be constructed in units of "pt", "mm", "cm", "m" and "inch". When no unit is given, a module - default is used, which can be changed with the help of the set method of - the present module. + default is used, which can be changed with the help of the module level function + set(). """ def __init__(self, f=0, type="u", unit=None): -- 2.11.4.GIT