Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r387:9fe79f577903
Date: 2013-04-05 15:19 +0200
http://bitbucket.org/pypy/pypy.org/changeset/9fe79f577903/

Log:    Regenerate

diff --git a/performance.html b/performance.html
--- a/performance.html
+++ b/performance.html
@@ -195,7 +195,7 @@
 </pre>
 <p>with the admittedly less readable:</p>
 <pre class="literal-block">
-s = &quot;%(head)%(body)%(maybe)%(tail)&quot; % locals()
+s = &quot;%(head)s%(body)s%(maybe)s%(tail)s&quot; % locals()
 </pre>
 <p>or even:</p>
 <pre class="literal-block">
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to