Commit b40fa862 authored by Fred Drake's avatar Fred Drake

Slightly improved indexing for the string-% operator, thanks to comments

from Skip Montanaro.  There is one weirdness in the final index for HTML, but
that is low priority.
parent 1321119c
......@@ -670,10 +670,11 @@ Return a copy of the string converted to uppercase.
\subsubsection{String Formatting Operations \label{typesseq-strings}}
\index{formatting, string}
\index{formatting, string (\%{})}
\index{string!formatting}
\index{printf-style formatting}
\index{sprintf-style formatting}
\index{\protect\%{} formatting}
String and Unicode objects have one unique built-in operation: the
\code{\%} operator (modulo). Given \code{\var{format} \%
......
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