From 5af2375491a1988517f13fd1430196d7fa0b0810 Mon Sep 17 00:00:00 2001
From: Karthikeyan Singaravelan
Date: Wed, 15 May 2019 21:37:46 +0530
Subject: [PATCH 1/3] Fix typo in docs
---
Doc/faq/programming.rst | 2 +-
Doc/library/idle.rst | 2 +-
Doc/library/pickle.rst | 2 +-
Lib/idlelib/help.html | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index f14e8cc824ef74..9660a701427fd6 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -792,7 +792,7 @@ Its documentation looks like this::
invoked using the three argument form.
The slash at the end of the parameter list means that all three parameters are
-positional-only. Thus, calling :func:`pow` with keyword aguments would lead to
+positional-only. Thus, calling :func:`pow` with keyword arguments would lead to
an error::
>>> pow(x=3, y=4)
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index ad449112832671..852175f1c239ac 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -50,7 +50,7 @@ default title and context menu.
On macOS, there is one application menu. It dynamically changes according
to the window currently selected. It has an IDLE menu, and some entries
-described below are moved around to conform to Apple guidlines.
+described below are moved around to conform to Apple guidelines.
File menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
index 55005f009431d0..27721e698826a1 100644
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -642,7 +642,7 @@ or both.
by other classes as long as they implement :meth:`__setitem__`.
* Optionally, a callable with a ``(obj, state)`` signature. This
- callable allows the user to programatically control the state-updating
+ callable allows the user to programmatically control the state-updating
behavior of a specific object, instead of using ``obj``'s static
:meth:`__setstate__` method. If not ``None``, this callable will have
priority over ``obj``'s :meth:`__setstate__`.
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index ba44331e87b223..b8a396e043c4b8 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -130,7 +130,7 @@ Menus
On macOS, there is one application menu. It dynamically changes according
to the window currently selected. It has an IDLE menu, and some entries
-described below are moved around to conform to Apple guidlines.
+described below are moved around to conform to Apple guidelines.
File menu (Shell and Editor)
From 0dbdf386ecc67508614dc618c014eec3f45e8bc2 Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy
Date: Thu, 16 May 2019 00:23:42 -0400
Subject: [PATCH 2/3] Do idle.rst change separately
---
Doc/library/idle.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/library/idle.rst b/Doc/library/idle.rst
index 852175f1c239ac..ad449112832671 100644
--- a/Doc/library/idle.rst
+++ b/Doc/library/idle.rst
@@ -50,7 +50,7 @@ default title and context menu.
On macOS, there is one application menu. It dynamically changes according
to the window currently selected. It has an IDLE menu, and some entries
-described below are moved around to conform to Apple guidelines.
+described below are moved around to conform to Apple guidlines.
File menu (Shell and Editor)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
From 891ecffa6a073958dafbe83983f2a896f311b31c Mon Sep 17 00:00:00 2001
From: Terry Jan Reedy
Date: Thu, 16 May 2019 00:28:07 -0400
Subject: [PATCH 3/3] ditto
---
Lib/idlelib/help.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Lib/idlelib/help.html b/Lib/idlelib/help.html
index b8a396e043c4b8..ba44331e87b223 100644
--- a/Lib/idlelib/help.html
+++ b/Lib/idlelib/help.html
@@ -130,7 +130,7 @@ Menus