diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-28 18:02:28 +0200 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-02-28 18:02:28 +0200 |
| commit | c6641dbf585397c3387b22036c29f3d451f76063 (patch) | |
| tree | d412e9876f4a127e26e1d6f37b3f7683bbc4a604 /Doc/library | |
| parent | 4d6cb0fcf9210f33f47931c5d45c83e5c66658d2 (diff) | |
| download | cpython-git-c6641dbf585397c3387b22036c29f3d451f76063.tar.gz | |
Add a link to the demo dir.
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 11ab5d0105..d2c2316186 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -45,7 +45,7 @@ Linux and the BSD variants of Unix. Tutorial material on using curses with Python, by Andrew Kuchling and Eric Raymond. - The :file:`Tools/demo/` directory in the Python source distribution contains + The :source:`Tools/demo/` directory in the Python source distribution contains some example programs using the curses bindings provided by this module. |
