mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Migrate to Sphinx 1.0 C language constructs.
This commit is contained in:
parent
64a41edb03
commit
60203b41b0
106 changed files with 2573 additions and 2569 deletions
|
|
@ -208,7 +208,7 @@ Old string formatting
|
|||
---------------------
|
||||
|
||||
The ``%`` operator can also be used for string formatting. It interprets the
|
||||
left argument much like a :cfunc:`sprintf`\ -style format string to be applied
|
||||
left argument much like a :c:func:`sprintf`\ -style format string to be applied
|
||||
to the right argument, and returns the string resulting from this formatting
|
||||
operation. For example::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue