]> granicus.if.org Git - python/commitdiff
Doc: Fix link to window.getch in curses documentation (GH-16132)
authorAnthony Sottile <asottile@umich.edu>
Sat, 14 Sep 2019 06:17:09 +0000 (23:17 -0700)
committerStéphane Wirtel <stephane@wirtel.be>
Sat, 14 Sep 2019 06:17:09 +0000 (07:17 +0100)
Doc/library/curses.rst

index c88d3520e988ffe21291981781e4f71cd08569a8..f1803c685a9e23172c0b9b8cc9ffeb1851ab7a84 100644 (file)
@@ -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.