From 717699bad521e66b1b02dcec7dded3a2fa1e00f8 Mon Sep 17 00:00:00 2001 From: Sebastien Williams-Wynn Date: Wed, 29 Jul 2020 19:07:58 +0100 Subject: [PATCH 1/3] Correct grammar 'call' -> 'called' --- Doc/library/curses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 1201e8972de63c..c86ca5d9bc5541 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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 From 49026ca26b406f3ce8e27860b57bbfe728157e80 Mon Sep 17 00:00:00 2001 From: Sebastien Williams-Wynn Date: Wed, 29 Jul 2020 19:24:45 +0100 Subject: [PATCH 2/3] Add news file --- .../next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst diff --git a/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst b/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst new file mode 100644 index 00000000000000..bc486587155bfb --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst @@ -0,0 +1 @@ +Fix grammar error 'call' -> 'called' From a720ad1fd6911a8565ac0b7eb5d8a131ae606bc4 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 29 Jul 2020 11:29:09 -0700 Subject: [PATCH 3/3] Delete news entry --- .../next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst diff --git a/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst b/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst deleted file mode 100644 index bc486587155bfb..00000000000000 --- a/Misc/NEWS.d/next/Documentation/2020-07-29-19-24-40.bpo-41426.nwNiNy.rst +++ /dev/null @@ -1 +0,0 @@ -Fix grammar error 'call' -> 'called'