8000 Doc: Fix link to window.getch in curses documentation (GH-16132) · python/cpython@a26ace1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a26ace1

Browse files
asottilematrixise
authored andcommitted
Doc: Fix link to window.getch in curses documentation (GH-16132)
1 parent bdd6945 commit a26ace1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,7 @@ The :mod:`curses` module defines the following data members:
12831283

12841284
.. data:: ERR
12851285

1286-
Some curses routines that return an integer, such as :func:`getch`, return
1286+
Some curses routines that return an integer, such as :meth:`~window.getch`, return
12871287
:const:`ERR` upon failure.
12881288

12891289

0 commit comments

Comments
 (0)
0