commit | a26ace19bddea2d7a999a6de8286b3f27b132f35 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Fri Sep 13 23:17:09 2019 -0700 |
committer | Stéphane Wirtel <stephane@wirtel.be> | Sat Sep 14 07:17:09 2019 +0100 |
tree | 00dcd4a6157f05ba44b49a3db2f861f8babef5f8 | |
parent | bdd6945d4dbd1fe6a7fcff95f7d6908db7d791a1 [diff] [blame] |
Doc: Fix link to window.getch in curses documentation (GH-16132)
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 @@ .. 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.