diff options
| author | Georg Brandl <georg@python.org> | 2008-02-01 11:56:49 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-02-01 11:56:49 +0000 |
| commit | f69451833191454bfef75804c2654dc37e8f3e93 (patch) | |
| tree | 7e81560f5276c35f68b7b02e75feb9221a82ae5d /Doc/library/string.rst | |
| parent | f25ef50549d9f2bcb6294fe61a9902490728edcc (diff) | |
| download | cpython-git-f69451833191454bfef75804c2654dc37e8f3e93.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.rst | 2 |
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. |
