Author: Philip Jenvey <[email protected]>
Branch: py3.3
Changeset: r72835:62b5d70f4e91
Date: 2014-08-16 17:30 -0700
http://bitbucket.org/pypy/pypy/changeset/62b5d70f4e91/
Log: pep8 whitespace
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pypy/interpreter/pycode.py
@@ -61,7 +61,7 @@
else:
varargname = None
if code.co_flags & CO_VARKEYWORDS:
- kwargname = code.co_varnames[argcount+kwonlyargcount]
+ kwargname = code.co_varnames[argcount + kwonlyargcount]
argcount += 1
else:
kwargname = None
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit