diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-04 04:57:19 (GMT) |
commit | 3ee6270262627b157bb69169c0fe78855716efdb (patch) | |
tree | 169cc7fbc8cea6edce9a14e1de2ffb72200d0c1e /Misc | |
parent | 6047b5537226efdcd2e3b460957fb44388ec2e99 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |