Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r386:261b2d7db039 Date: 2013-04-05 15:18 +0200 http://bitbucket.org/pypy/pypy.org/changeset/261b2d7db039/
Log: fix the typo diff --git a/source/performance.txt b/source/performance.txt --- a/source/performance.txt +++ b/source/performance.txt @@ -179,7 +179,7 @@ with the admittedly less readable:: - s = "%(head)%(body)%(maybe)%(tail)" % locals() + s = "%(head)s%(body)s%(maybe)s%(tail)s" % locals() or even:: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
