Commit 66d32b1e authored by Fred Drake's avatar Fred Drake

Add some index entries to make it easier to find information on

%-formatting of strings.
parent 7ae51bf8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment