diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-04 15:07:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-04 15:07:16 (GMT) |
commit | a539fd1856e632154dfe484d832d2204c2922151 (patch) | |
tree | 86d43718b8108d1a4e83f835c345f29d91dda5a2 /Doc | |
parent | 4ac9ce4f9a33a330a555ae8015e2f2ae2780fafb (diff) | |
download | cpython-a539fd1856e632154dfe484d832d2204c2922151.zip cpython-a539fd1856e632154dfe484d832d2204c2922151.tar.gz cpython-a539fd1856e632154dfe484d832d2204c2922151.tar.bz2 |
remove 8-bit string sentence
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/stdtypes.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index dea26c6..8cc52c2 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -1149,8 +1149,6 @@ functions based on regular expressions. >>> titlecase("they're bill's friends.") "They're Bill's Friends." - For 8-bit strings, this method is locale-dependent. - .. method:: str.translate(map) |