From f6a52d1a923d8ff90ade623cc65eff62e8598363 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 13 Sep 2019 23:17:09 -0700 Subject: [PATCH] [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (cherry picked from commit a26ace19bddea2d7a999a6de8286b3f27b132f35) Co-authored-by: Anthony Sottile --- 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 7d1e7538a292b3..cbd68834b6cbee 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.