diff options
author | Stanley <46876382+slateny@users.noreply.github.com> | 2022-11-18 19:33:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 19:33:40 (GMT) |
commit | 27d8dc2c9d3de886a884f79f0621d4586c0e0f7a (patch) | |
tree | 699a4485d65e04d9056a7b535248708f40da9dde /Doc/library/curses.ascii.rst | |
parent | 0e09d2cc59cad61ad6a7a79aade52e9a2cfa7b34 (diff) | |
download | cpython-27d8dc2c9d3de886a884f79f0621d4586c0e0f7a.zip cpython-27d8dc2c9d3de886a884f79f0621d4586c0e0f7a.tar.gz cpython-27d8dc2c9d3de886a884f79f0621d4586c0e0f7a.tar.bz2 |
gh-85073: Add some missing links to source (GH-99363)
Add some missing links to source from Python docs
Diffstat (limited to 'Doc/library/curses.ascii.rst')
-rw-r--r-- | Doc/library/curses.ascii.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/curses.ascii.rst b/Doc/library/curses.ascii.rst index a69dbb2..e1d1171 100644 --- a/Doc/library/curses.ascii.rst +++ b/Doc/library/curses.ascii.rst @@ -7,6 +7,8 @@ .. moduleauthor:: Eric S. Raymond <esr@thyrsus.com> .. sectionauthor:: Eric S. Raymond <esr@thyrsus.com> +**Source code:** :source:`Lib/curses/ascii.py` + -------------- The :mod:`curses.ascii` module supplies name constants for ASCII characters and |