mirror of https://github.com/python/cpython
Add some index entries to make it easier to find information on
%-formatting of strings.
This commit is contained in:
parent
7ae51bf82d
commit
66d32b1e12
|
@ -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…
Reference in New Issue