mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Doc: Fix link to window.getch in curses documentation (GH-16132)
This commit is contained in:
parent
bdd6945d4d
commit
a26ace19bd
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue