]> granicus.if.org Git - python/commitdiff
Add some index entries to make it easier to find information on
authorFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 17:57:42 +0000 (17:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 17:57:42 +0000 (17:57 +0000)
%-formatting of strings.

Doc/lib/libstdtypes.tex

index b638fa3cb6c0504e55eb7078c5cdf15c52348518..3e9cc53eeed8a41f725f48d743a72bd203b46a6d 100644 (file)
@@ -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