]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Normalize tabs to spaces.
authorFred Drake <fdrake@acm.org>
Tue, 10 Apr 2001 18:49:09 +0000 (18:49 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Apr 2001 18:49:09 +0000 (18:49 +0000)
Update the attribution for the "Curses Programming with Python" How-To.

Change the way the reference to the Demo/curses/ directory is marked up.

Doc/lib/libcurses.tex

index 89c416179820188b9f69907d84660c1682a954ac..ef4444ab8237fec77348ed503d1684df66c1b768 100644 (file)
@@ -27,15 +27,17 @@ open-source curses library hosted on Linux and the BSD variants of
   \seemodule{curses.panel}{A panel stack extension that adds depth to 
                            curses windows.}
   \seemodule{curses.textpad}{Editable text widget for curses supporting 
-                            \program{Emacs}-like bindings.}
+                             \program{Emacs}-like bindings.}
   \seemodule{curses.wrapper}{Convenience function to ensure proper
                              terminal setup and resetting on
                              application entry and exit.}
   \seetitle[http://www.python.org/doc/howto/curses/curses.html]{Curses
             Programming with Python}{Tutorial material on using curses
-            with Python, by Andrew Kuchling, is available on the
-            Python Web site.}
-   \seetitle[Demo/curses]{}{Some example programs.}
+            with Python, by Andrew Kuchling and Eric Raymond, is
+            available on the Python Web site.}
+  \seetext{The \file{Demo/curses/} directory in the Python source
+           distribution contains some example programs using the
+           curses bindings provided by this module.}
 \end{seealso}