summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-04 04:57:19 (GMT)
commit3ee6270262627b157bb69169c0fe78855716efdb (patch)
tree169cc7fbc8cea6edce9a14e1de2ffb72200d0c1e /Misc
parent6047b5537226efdcd2e3b460957fb44388ec2e99 (diff)
downloadcpython-3ee6270262627b157bb69169c0fe78855716efdb.zip
cpython-3ee6270262627b157bb69169c0fe78855716efdb.tar.gz
cpython-3ee6270262627b157bb69169c0fe78855716efdb.tar.bz2
Fix typos in code comment and documentation
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d58485a..2ccf912 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7778,7 +7778,7 @@ Library
- Issue #16176: Properly identify Windows 8 via platform.platform()
- Issue #16088: BaseHTTPRequestHandler's send_error method includes a
- Content-Length header in it's response now. Patch by Antoine Pitrou.
+ Content-Length header in its response now. Patch by Antoine Pitrou.
- Issue #16114: The subprocess module no longer provides a misleading error
message stating that args[0] did not exist when either the cwd or executable