Skip to content

Commit

Permalink
bpo-41426 Fix grammar in curses.getmouse() documentation (pythonGH-21677
Browse files Browse the repository at this point in the history
)

Automerge-Triggered-By: @brettcannon
(cherry picked from commit ba18c0b)

Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
  • Loading branch information
miss-islington and s3bw committed Jul 29, 2020
1 parent b7722ed commit 038827d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/curses.rst
Expand Up @@ -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
Expand Down

0 comments on commit 038827d

Please sign in to comment.