Author: Philip Jenvey <[email protected]>
Branch: 
Changeset: r68836:bc308796c275
Date: 2014-01-20 14:43 -0800
http://bitbucket.org/pypy/pypy/changeset/bc308796c275/

Log:    make my editor happy

diff --git a/pypy/objspace/std/unicodeobject.py 
b/pypy/objspace/std/unicodeobject.py
--- a/pypy/objspace/std/unicodeobject.py
+++ b/pypy/objspace/std/unicodeobject.py
@@ -531,7 +531,7 @@
         """x.__getitem__(y) <==> x[y]"""
 
     def __getnewargs__():
-        """"""
+        ""
 
     def __getslice__():
         """x.__getslice__(i, j) <==> x[i:j]
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to