From: Fred Drake Date: Mon, 3 Dec 2001 22:15:56 +0000 (+0000) Subject: Slightly improved indexing for the string-% operator, thanks to comments X-Git-Tag: v2.2.1c1~575 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38784e4a0c51e8ca1c833ed1b9dacbc42fcb611;p=python 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. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 2b87159739..ed0c4d90f1 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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} \%