From: Stéphane Wirtel Date: Sat, 14 Sep 2019 06:25:10 +0000 (+0100) Subject: [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135) X-Git-Tag: v3.8.0rc1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f05d39d42cf4a7d6bcca8b3f7ef2601ee9ebf160;p=python [3.8] Doc: Fix link to window.getch in curses documentation (GH-16132) (GH-16135) (cherry picked from commit a26ace19bddea2d7a999a6de8286b3f27b132f35) Co-authored-by: Anthony Sottile --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 7d1e7538a2..cbd68834b6 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.