mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
typo
This commit is contained in:
@@ -60,7 +60,7 @@ td a:link, td a:visited{border:0}
|
||||
<td><code class=pp>x.<dfn>__bytes__</dfn>()</code>
|
||||
<tr><th>⑤
|
||||
<td>the value as a formatted string
|
||||
<td><code class=pp>format(x)</code>
|
||||
<td><code class=pp>format(x, <var>format_spec</var>)</code>
|
||||
<td><code class=pp>x.<dfn>__format__</dfn>(<var>format_spec</var>)</code>
|
||||
</table>
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user