mirror of
https://github.com/python/cpython.git
synced 2025-09-23 17:03:23 +00:00
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Automerge-Triggered-By: @brettcannon
This commit is contained in:
parent
a74eea238f
commit
ba18c0b13b
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ The module :mod:`curses` defines the following functions:
|
||||||
.. function:: getmouse()
|
.. function:: getmouse()
|
||||||
|
|
||||||
After :meth:`~window.getch` returns :const:`KEY_MOUSE` to signal a mouse event, this
|
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
|
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
|
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
|
currently unused.) *bstate* is an integer value whose bits will be set to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue