From: Fred Drake Date: Thu, 14 Sep 2000 17:57:42 +0000 (+0000) Subject: Add some index entries to make it easier to find information on X-Git-Tag: v2.0b2~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d32b1e120c018314773f10cb41a589f7539e9f;p=python Add some index entries to make it easier to find information on %-formatting of strings. --- diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index b638fa3cb6..3e9cc53eee 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -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