mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Document actual string.punctuation value. (GH-12270)
This commit is contained in:
parent
53c2935dac
commit
b420428cf5
2 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,7 @@ The constants defined in this module are:
|
|||
.. data:: punctuation
|
||||
|
||||
String of ASCII characters which are considered punctuation characters
|
||||
in the ``C`` locale.
|
||||
|
||||
in the ``C`` locale: ``!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~``.
|
||||
|
||||
.. data:: printable
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue