From 3936b8647413970c39a0c601952d0c75908367e6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Wed, 21 Jan 2004 14:22:12 +0000 Subject: [PATCH] remove raw string argument in docstring git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1296 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/graph.py b/pyx/graph.py index b6f48432..7ea4562d 100644 --- a/pyx/graph.py +++ b/pyx/graph.py @@ -1299,7 +1299,7 @@ class defaulttexter: equaldecision=1, decimaltexter=decimaltexter(), exponentialtexter=exponentialtexter()): - r"""initializes the instance + """initializes the instance - smallestdecimal and biggestdecimal are the smallest and biggest decimal values, where the decimaltexter should be used; they are frac instances; the sign of the tick is ignored here; -- 2.11.4.GIT