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

(cherry picked from commit a26ace19bd)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
This commit is contained in:
Stéphane Wirtel 2019-09-14 07:25:10 +01:00 committed by GitHub
parent e91edfed42
commit f05d39d42c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 .. 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. :const:`ERR` upon failure.