Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r94536:2341c48345f8
Date: 2018-05-12 19:23 +0200
http://bitbucket.org/pypy/pypy/changeset/2341c48345f8/

Log:    missing space in error message

diff --git a/pypy/module/__builtin__/compiling.py 
b/pypy/module/__builtin__/compiling.py
--- a/pypy/module/__builtin__/compiling.py
+++ b/pypy/module/__builtin__/compiling.py
@@ -140,7 +140,7 @@
         if w_cell.empty():
             # will become an error in Python 3.7
             space.warn(space.newtext(
-                "__class__ not set defining %s as %s ."
+                "__class__ not set defining %s as %s . "
                 "Was __classcell__ propagated to type.__new__?" % (
                     space.text_w(w_name),
                     space.text_w(space.str(w_class))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to