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

Skip to content

Commit f05d39d

Browse files
matrixiseasottile
andauthored
[3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135)
(cherry picked from commit a26ace1) Co-authored-by: Anthony Sottile <asottile@umich.edu>
1 parent e91edfe commit f05d39d

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