mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add some index entries to make it easier to find information on
%-formatting of strings.
This commit is contained in:
parent
7ae51bf82d
commit
66d32b1e12
1 changed files with 5 additions and 0 deletions
|
@ -586,6 +586,11 @@ Return a copy of the string converted to uppercase.
|
|||
|
||||
\subsubsection{String Formatting Operations \label{typesseq-strings}}
|
||||
|
||||
\index{formatting, string}
|
||||
\index{string!formatting}
|
||||
\index{printf-style formatting}
|
||||
\index{sprintf-style formatting}
|
||||
|
||||
String objects have one unique built-in operation: the \code{\%}
|
||||
operator (modulo) with a string left argument interprets this string
|
||||
as a C \cfunction{sprintf()} format string to be applied to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue