[pypy-svn] pypy default: this -> these

gutworth commits-noreply at bitbucket.org
Mon Jan 17 16:23:42 CET 2011


Author: Benjamin Peterson <benjamin at python.org>
Branch: 
Changeset: r40777:cdd44f64abd6
Date: 2011-01-17 09:24 -0600
http://bitbucket.org/pypy/pypy/changeset/cdd44f64abd6/

Log:	this -> these

diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py
--- a/pypy/module/math/interp_math.py
+++ b/pypy/module/math/interp_math.py
@@ -464,7 +464,7 @@
 lgamma.unwrap_spec = [ObjSpace, W_Root]
 
 # Implementation of the error function, the complimentary error function, the
-# gamma function, and the natural log of the gamma function.  This exist in
+# gamma function, and the natural log of the gamma function.  These exist in
 # libm, but I hear those implementations are horrible.
 
 ERF_SERIES_CUTOFF = 1.5


More information about the Pypy-commit mailing list