Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0d0090

Browse files
committed
Docstring changes.
1 parent 566d8a6 commit e0d0090

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lib/curses/ascii.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#
2-
# ascii.py -- constants and membership tests for ASCII characters
3-
#
1+
"""Constants and membership tests for ASCII characters"""
42

53
NUL = 0x00 # ^@
64
SOH = 0x01 # ^A

Lib/curses/textpad.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
"""curses.textpad
2-
3-
"""
1+
"""Simple textbox editing widget with Emacs-like keybindings."""
42

53
import sys, curses, ascii
64

0 commit comments

Comments
 (0)