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.
This commit is contained in:
Fred Drake 2001-12-03 22:15:56 +00:00
parent fcf94681ed
commit b38784e4a0

View file

@ -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} \%