From: Anthony Sottile Date: Sat, 14 Sep 2019 06:17:09 +0000 (-0700) Subject: Doc: Fix link to window.getch in curses documentation (GH-16132) X-Git-Tag: v3.9.0a1~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a26ace19bddea2d7a999a6de8286b3f27b132f35;p=thirdparty%2FPython%2Fcpython.git Doc: Fix link to window.getch in curses documentation (GH-16132) --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index c88d3520e988..f1803c685a9e 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.