Author: Armin Rigo <ar...@tunes.org>
Branch: py3.5
Changeset: r87378:aef73af89833
Date: 2016-09-25 22:15 +0200
http://bitbucket.org/pypy/pypy/changeset/aef73af89833/

Log:    formatting

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
@@ -226,7 +226,7 @@
                 if e.match(space, space.w_TypeError):
                     raise oefmt(
                         space.w_TypeError,
-                        ("float() argument must be a string or a number,"
+                        ("float() argument must be a string or a number, "
                                 "not '%T'"), w_value)
                 raise
             value = _string_to_float(space, w_value, value)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to