Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r67273:bafa606b36e1
Date: 2013-10-09 16:28 -0700
http://bitbucket.org/pypy/pypy/changeset/bafa606b36e1/

Log:    whitespace

diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/objspace/std/floatobject.py
+++ b/pypy/objspace/std/floatobject.py
@@ -428,7 +428,7 @@
         result = _pow(space, x, y)
     except PowDomainError:
         raise operationerrfmt(space.w_ValueError,
-                             "negative number cannot be raised to a "
+                              "negative number cannot be raised to a "
                               "fractional power")
     return W_FloatObject(result)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to