From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 14 Sep 2019 06:23:20 +0000 (-0700) Subject: Doc: Fix link to window.getch in curses documentation (GH-16132) X-Git-Tag: v3.7.5rc1~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fac58165b27186482599b99b55347d99f2b44c5;p=thirdparty%2FPython%2Fcpython.git Doc: Fix link to window.getch in curses documentation (GH-16132) (cherry picked from commit a26ace19bddea2d7a999a6de8286b3f27b132f35) Co-authored-by: Anthony Sottile --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 2a2ee2be84af..3e4856e14d34 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1276,7 +1276,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.