diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-09-14 06:17:09 (GMT) |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-09-14 06:17:09 (GMT) |
commit | a26ace19bddea2d7a999a6de8286b3f27b132f35 (patch) | |
tree | 00dcd4a6157f05ba44b49a3db2f861f8babef5f8 /Doc | |
parent | bdd6945d4dbd1fe6a7fcff95f7d6908db7d791a1 (diff) | |
download | cpython-a26ace19bddea2d7a999a6de8286b3f27b132f35.zip cpython-a26ace19bddea2d7a999a6de8286b3f27b132f35.tar.gz cpython-a26ace19bddea2d7a999a6de8286b3f27b132f35.tar.bz2 |
Doc: Fix link to window.getch in curses documentation (GH-16132)
Diffstat (limited to 'Doc')
-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 c88d352..f1803c6 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1283,7 +1283,7 @@ The :mod:`curses` module defines the following data members: .. data:: ERR - Some curses routines that return an integer, such as :func:`getch`, return + Some curses routines that return an integer, such as :meth:`~window.getch`, return :const:`ERR` upon failure. |