]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
authorSebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
Wed, 29 Jul 2020 18:36:46 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 18:36:46 +0000 (11:36 -0700)
Automerge-Triggered-By: @brettcannon
Doc/library/curses.rst

index 1201e8972de63c8c76f00279ad20fa87f9cdc29c..c86ca5d9bc5541e27e2f93166619fa81fe8c2c4e 100644 (file)
@@ -214,7 +214,7 @@ The module :mod:`curses` defines the following functions:
 .. function:: getmouse()
 
    After :meth:`~window.getch` returns :const:`KEY_MOUSE` to signal a mouse event, this
-   method should be call to retrieve the queued mouse event, represented as a
+   method should be called to retrieve the queued mouse event, represented as a
    5-tuple ``(id, x, y, z, bstate)``. *id* is an ID value used to distinguish
    multiple devices, and *x*, *y*, *z* are the event's coordinates.  (*z* is
    currently unused.)  *bstate* is an integer value whose bits will be set to