[pypy-commit] pypy.org extradoc: fix the typo

fijal noreply at buildbot.pypy.org
Fri Apr 5 15:19:02 CEST 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
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::
 


More information about the pypy-commit mailing list