From b38784e4a0c51e8ca1c833ed1b9dacbc42fcb611 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 3 Dec 2001 22:15:56 +0000 Subject: 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. --- Doc/lib/libstdtypes.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 2b87159..ed0c4d9 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} \% -- cgit v0.12