typo [thanks GG]

This commit is contained in:
Mark Pilgrim
2010-01-11 17:37:49 -05:00
parent 2895793b3b
commit 902981e268
+1 -1
View File
@@ -136,7 +136,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True):
<li>There&#8217;s a&hellip; whoa, what the heck is that?
</ol>
<p>Python 3 supports <dfn>formatting</dfn> values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with single placeholder.
<p>Python 3 supports <dfn>formatting</dfn> values into strings. Although this can include very complicated expressions, the most basic usage is to insert a value into a string with a single placeholder.
<pre class=screen>
<samp class=p>>>> </samp><kbd class=pp>username = 'mark'</kbd>