commit | b420428cf5c27ab90a206bf107cb055c84dcccd1 | [log] [tgz] |
---|---|---|
author | Andre Delfino <adelfino@gmail.com> | Thu Mar 14 16:28:31 2019 -0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Mar 14 21:28:31 2019 +0200 |
tree | 81f4e907817c7b2a4fc97b7e68e584a975ffcbaf | |
parent | 53c2935dac9d814a3d0bae504dae2ee1c941c731 [diff] [blame] |
Document actual string.punctuation value. (GH-12270)
diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 46b2bfc..c2f6522 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst
@@ -56,8 +56,7 @@ .. data:: punctuation String of ASCII characters which are considered punctuation characters - in the ``C`` locale. - + in the ``C`` locale: ``!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~``. .. data:: printable