summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-01 11:56:49 +0000
committerGeorg Brandl <georg@python.org>2008-02-01 11:56:49 +0000
commit8be4c28e956bf67719e5e8a0f1d7aab110e45078 (patch)
treee4bda2678475a3711e7be0f307d91012369e6f0e /Doc/library/string.rst
parentcf21fcee3987a45f9b7cf5c71ab9cf83ddcd8cc4 (diff)
downloadcpython-8be4c28e956bf67719e5e8a0f1d7aab110e45078.tar.gz
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Diffstat (limited to 'Doc/library/string.rst')
-rw-r--r--Doc/library/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/string.rst b/Doc/library/string.rst
index 7cd28b0db1..ce5129da73 100644
--- a/Doc/library/string.rst
+++ b/Doc/library/string.rst
@@ -538,7 +538,7 @@ rule:
String functions
----------------
-The following functions are available to operate on string and Unicode objects.
+The following functions are available to operate on string objects.
They are not available as string methods.