commit | f69451833191454bfef75804c2654dc37e8f3e93 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Feb 01 11:56:49 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Feb 01 11:56:49 2008 +0000 |
tree | 7e81560f5276c35f68b7b02e75feb9221a82ae5d | |
parent | f25ef50549d9f2bcb6294fe61a9902490728edcc [diff] [blame] |
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 7cd28b0..ce5129d 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst
@@ -538,7 +538,7 @@ 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.