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

Skip to content

Commit cfac6d2

Browse files
committed
Normalize tabs to spaces.
Update the attribution for the "Curses Programming with Python" How-To. Change the way the reference to the Demo/curses/ directory is marked up.
1 parent 6fda3ac commit cfac6d2

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Doc/lib/libcurses.tex

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,17 @@ \section{\module{curses} ---
2727
\seemodule{curses.panel}{A panel stack extension that adds depth to
2828
curses windows.}
2929
\seemodule{curses.textpad}{Editable text widget for curses supporting
30-
\program{Emacs}-like bindings.}
30+
\program{Emacs}-like bindings.}
3131
\seemodule{curses.wrapper}{Convenience function to ensure proper
3232
terminal setup and resetting on
3333
application entry and exit.}
3434
\seetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
3535
Programming with Python}{Tutorial material on using curses
36-
with Python, by Andrew Kuchling, is available on the
37-
Python Web site.}
38-
\seetitle[Demo/curses]{}{Some example programs.}
36+
with Python, by Andrew Kuchling and Eric Raymond, is
37+
available on the Python Web site.}
38+
\seetext{The \file{Demo/curses/} directory in the Python source
39+
distribution contains some example programs using the
40+
curses bindings provided by this module.}
3941
\end{seealso}
4042

4143

0 commit comments

Comments
 (0)