From a6d497dc048ee6535fc7caa394d32a416d492503 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 13 Sep 2019 13:29:20 -0700 Subject: [PATCH] Fix link to getch in curses documentation --- Doc/library/curses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index c88d3520e988ff..f1803c685a9e23 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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.