summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
commit2dafcc25a99cd8ae5e95fa9c7a1d926c90c9c2d4 (patch)
tree168587693fd27da286830c56d2cd40d59360c4d1 /Lib
parent78a54c03117711de66169230fc4eba7f0abd79af (diff)
downloadcpython-2dafcc25a99cd8ae5e95fa9c7a1d926c90c9c2d4.zip
cpython-2dafcc25a99cd8ae5e95fa9c7a1d926c90c9c2d4.tar.gz
cpython-2dafcc25a99cd8ae5e95fa9c7a1d926c90c9c2d4.tar.bz2
Issues #26310, #26311: Fix typos in the documentation
Diffstat (limited to 'Lib')
-rw-r--r--Lib/SocketServer.py2
-rw-r--r--Lib/idlelib/NEWS.txt2
-rw-r--r--Lib/idlelib/help.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py
index 23ce6fc..33f7fb4 100644
--- a/Lib/SocketServer.py
+++ b/Lib/SocketServer.py
@@ -642,7 +642,7 @@ class BaseRequestHandler:
client address as self.client_address, and the server (in case it
needs access to per-server information) as self.server. Since a
separate instance is created for each request, the handle() method
- can define arbitrary other instance variariables.
+ can define other arbitrary instance variables.
"""
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index e9e95fd..3336e2f 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -162,7 +162,7 @@ What's New in IDLE 2.7.9?
move version to end.
- Issue #14105: Idle debugger breakpoints no longer disappear
- when inseting or deleting lines.
+ when inserting or deleting lines.
What's New in IDLE 2.7.8?
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
index 6398c77..b0e9dc5 100644
--- a/Lib/idlelib/help.py
+++ b/Lib/idlelib/help.py
@@ -11,7 +11,7 @@ Help => IDLE Help: Display help.html with proper formatting.
Doc/library/idle.rst (Sphinx)=> Doc/build/html/library/idle.html
(help.copy_strip)=> Lib/idlelib/help.html
-HelpParser - Parse help.html and and render to tk Text.
+HelpParser - Parse help.html and render to tk Text.
HelpText - Display formatted help.html.