Skip to content

Commit ba18c0b

Browse files
authored
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Automerge-Triggered-By: @brettcannon
1 parent a74eea2 commit ba18c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The module :mod:`curses` defines the following functions:
214214
.. function:: getmouse()
215215

216216
After :meth:`~window.getch` returns :const:`KEY_MOUSE` to signal a mouse event, this
217-
method should be call to retrieve the queued mouse event, represented as a
217+
method should be called to retrieve the queued mouse event, represented as a
218218
5-tuple ``(id, x, y, z, bstate)``. *id* is an ID value used to distinguish
219219
multiple devices, and *x*, *y*, *z* are the event's coordinates. (*z* is
220220
currently unused.) *bstate* is an integer value whose bits will be set to

0 commit comments

Comments
 (0)