Kaydet (Commit) e0d0090e authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Docstring changes.

üst 566d8a64
# """Constants and membership tests for ASCII characters"""
# ascii.py -- constants and membership tests for ASCII characters
#
NUL = 0x00 # ^@ NUL = 0x00 # ^@
SOH = 0x01 # ^A SOH = 0x01 # ^A
......
"""curses.textpad """Simple textbox editing widget with Emacs-like keybindings."""
"""
import sys, curses, ascii import sys, curses, ascii
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment