summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-14 08:23:08 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-14 08:23:08 (GMT)
commit536d70ed331c3192578b73b2b243bc1dbbd8ec2a (patch)
treea2a1ac1d395d2c4cb632c262df98968cc7ddb23f /Misc
parentb71c0956d0904cfdc271cd10d40385c730cf8bcb (diff)
downloadcpython-536d70ed331c3192578b73b2b243bc1dbbd8ec2a.zip
cpython-536d70ed331c3192578b73b2b243bc1dbbd8ec2a.tar.gz
cpython-536d70ed331c3192578b73b2b243bc1dbbd8ec2a.tar.bz2
Fix grammar, typos and markup in documentation and code comments
* Indent versionchanged at method level, not class level * Mark up ``--help`` to avoid generating an en dash * Use forward slash in Unix command line with a dollar sign ($) prompt
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 159b225..9a5e729 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -189,7 +189,7 @@ Library
WeakValueDictionary.pop() when a GC collection happens in another
thread.
-- Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
+- Issue #20191: Fixed a crash in resource.prlimit() when passing a sequence that
doesn't own its elements as limits.
- Issue #28779: multiprocessing.set_forkserver_preload() would crash the