summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-09-14 06:17:09 (GMT)
committerStéphane Wirtel <stephane@wirtel.be>2019-09-14 06:17:09 (GMT)
commita26ace19bddea2d7a999a6de8286b3f27b132f35 (patch)
tree00dcd4a6157f05ba44b49a3db2f861f8babef5f8 /Doc
parentbdd6945d4dbd1fe6a7fcff95f7d6908db7d791a1 (diff)
downloadcpython-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.rst2
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.