summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2006-06-29 19:20:09 (GMT)
committerSkip Montanaro <skip@pobox.com>2006-06-29 19:20:09 (GMT)
commit4ef256cab0b55355b57623d7c5b2594dee3f5b8b (patch)
tree8c9bb4adb2cf3f4f3a8e1c6a7a3dfe80bfe6c5e4 /Doc
parent1bf59597ddff33a604bf6957aed78d76122e2ba2 (diff)
downloadcpython-4ef256cab0b55355b57623d7c5b2594dee3f5b8b.zip
cpython-4ef256cab0b55355b57623d7c5b2594dee3f5b8b.tar.gz
cpython-4ef256cab0b55355b57623d7c5b2594dee3f5b8b.tar.bz2
add string methods to index
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index 1fe2f60..ccc2c19 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: