mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
2d34cd3ecf
commit
f8ca7d88c6
16 changed files with 40 additions and 38 deletions
|
@ -1,10 +1,11 @@
|
|||
\section{\module{curses} ---
|
||||
Screen painting and input handling for character-cell terminals}
|
||||
Terminal handling for character-cell displays}
|
||||
|
||||
\declaremodule{standard}{curses}
|
||||
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
|
||||
\sectionauthor{Eric Raymond}{esr@thyrsus.com}
|
||||
\modulesynopsis{An interface to the curses library.}
|
||||
\modulesynopsis{An interface to the curses library, providing portable
|
||||
terminal handling.}
|
||||
|
||||
\versionchanged[Added support for the \code{ncurses} library and
|
||||
converted to a package]{1.6}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue