Doc: Fix link to window.getch in curses documentation (GH-16132)

This commit is contained in:
Anthony Sottile 2019-09-13 23:17:09 -07:00 committed by Stéphane Wirtel
parent bdd6945d4d
commit a26ace19bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.