mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
typo [thanks GG]
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True):
|
||||
<li>There’s a… 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>
|
||||
|
||||
Reference in New Issue
Block a user