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

Docstring changes.

üst 566d8a64
#
# ascii.py -- constants and membership tests for ASCII characters
#
"""Constants and membership tests for ASCII characters"""
NUL = 0x00 # ^@
SOH = 0x01 # ^A
......
"""curses.textpad
"""
"""Simple textbox editing widget with Emacs-like keybindings."""
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