mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>.
This commit is contained in:
parent
a659efe5c7
commit
cc97f8c609
1 changed files with 1 additions and 1 deletions
|
@ -2588,7 +2588,7 @@ lay-out you can imagine. The standard module
|
||||||
for padding strings to a given column width; these will be discussed
|
for padding strings to a given column width; these will be discussed
|
||||||
shortly. The second way is to use the \code{\%} operator with a
|
shortly. The second way is to use the \code{\%} operator with a
|
||||||
string as the left argument. The \code{\%} operator interprets the
|
string as the left argument. The \code{\%} operator interprets the
|
||||||
left argument as a C much like a \cfunction{sprintf()}-style format
|
left argument much like a \cfunction{sprintf()}-style format
|
||||||
string to be applied to the right argument, and returns the string
|
string to be applied to the right argument, and returns the string
|
||||||
resulting from this formatting operation.
|
resulting from this formatting operation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue