From 4ef256cab0b55355b57623d7c5b2594dee3f5b8b Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 29 Jun 2006 19:20:09 +0000 Subject: [PATCH] add string methods to index --- Doc/lib/libstdtypes.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 1fe2f60e07..ccc2c19083 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -567,6 +567,7 @@ linear concatenation performance across versions and implementations. \subsubsection{String Methods \label{string-methods}} +\indexii{string}{methods} These are the string methods which both 8-bit strings and Unicode objects support: -- 2.40.0