From c04df0ee2058b9767e32f98427e5651c0b1a94bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Wobst?= Date: Wed, 13 Aug 2003 15:25:15 +0000 Subject: [PATCH] typo git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1034 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 72d14007..f714f607 100644 --- a/pyx/graph.py +++ b/pyx/graph.py @@ -156,7 +156,7 @@ class frac: return result def floatfrac(self, x, floatprecision): - "converts a float into a frac with final resolution" + "converts a float into a frac with finite resolution" if helper.isinteger(floatprecision) and floatprecision < 0: # this would be extremly vulnerable raise RuntimeError("float resolution must be non-negative integer") -- 2.11.4.GIT