mirror of
https://github.com/python/cpython.git
synced 2025-08-29 13:15:11 +00:00
Docstring changes.
This commit is contained in:
parent
566d8a64eb
commit
e0d0090e76
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
|||
#
|
||||
# ascii.py -- constants and membership tests for ASCII characters
|
||||
#
|
||||
"""Constants and membership tests for ASCII characters"""
|
||||
|
||||
NUL = 0x00 # ^@
|
||||
SOH = 0x01 # ^A
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue