]> granicus.if.org Git - python/commitdiff
Issue #27125: Fix various errors like “will [be] inherited”
authorMartin Panter <vadmium+py@gmail.com>
Sun, 29 May 2016 08:13:58 +0000 (08:13 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 29 May 2016 08:13:58 +0000 (08:13 +0000)
12 files changed:
Demo/tkinter/guido/canvasevents.py
Doc/c-api/allocation.rst
Doc/library/multiprocessing.rst
Doc/library/shlex.rst
Doc/whatsnew/2.6.rst
Lib/email/message.py
Lib/lib-tk/Tix.py
Lib/rfc822.py
Lib/test/test_httplib.py
Misc/HISTORY
Objects/object.c
README

index 74ed76f61b963ae2099cb8c45b8a116192eb6423..1982a5081c0b2666b2ce455560b56d289eac61b8 100755 (executable)
@@ -24,7 +24,7 @@ class Object:
     depends on the object; for simple objects, it may be their center.
 
     Objects have mouse sensitivity.  They can be clicked, dragged and
-    double-clicked.  The behavior may actually determined by the pile
+    double-clicked.  The behavior may actually be determined by the pile
     they are in.
 
     All instance attributes are public since the derived class may
index 32a414b1acab4385013a20c603108efe999f8885..7f7435f3a3b6bc07cbbc507a7c2f246b744d333f 100644 (file)
@@ -98,7 +98,7 @@ Allocating Objects on the Heap
    Create a new module object based on a name and table of functions,
    returning the new module object.  If *doc* is non-*NULL*, it will be used
    to define the docstring for the module.  If *self* is non-*NULL*, it will
-   passed to the functions of the module as their (otherwise *NULL*) first
+   be passed to the functions of the module as their (otherwise *NULL*) first
    parameter.  (This was added as an experimental feature, and there are no
    known uses in the current version of Python.)  For *apiver*, the only value
    which should be passed is defined by the constant
index 82a02011b8b4bf01fee695e07762d2b1ed545b55..e33f85f1601594cfa2e814cff83c60b0fbd6b9ab 100644 (file)
@@ -2137,9 +2137,9 @@ connection is established both ends will demand proof that the other knows the
 authentication key.  (Demonstrating that both ends are using the same key does
 **not** involve sending the key over the connection.)
 
-If authentication is requested but do authentication key is specified then the
+If authentication is requested but no authentication key is specified then the
 return value of ``current_process().authkey`` is used (see
-:class:`~multiprocessing.Process`).  This value will automatically inherited by
+:class:`~multiprocessing.Process`).  This value will be automatically inherited by
 any :class:`~multiprocessing.Process` object that the current process creates.
 This means that (by default) all processes of a multi-process program will share
 a single authentication key which can be used when setting up connections
index be08e01ab5e968513578875d0b55d99af75e7f6a..fad6b76870a1f126d1ebce4754824ba5a8bb43c7 100644 (file)
@@ -231,7 +231,8 @@ variables which either control lexical analysis or can be used for debugging:
    This attribute is ``None`` by default.  If you assign a string to it, that
    string will be recognized as a lexical-level inclusion request similar to the
    ``source`` keyword in various shells.  That is, the immediately following token
-   will opened as a filename and input taken from that stream until EOF, at which
+   will be opened as a filename and input will
+   be taken from that stream until EOF, at which
    point the :meth:`~io.IOBase.close` method of that stream will be called and
    the input source will again become the original input stream.  Source
    requests may be stacked any number of levels deep.
index f004195a03b3b4e0ee4a36e5d14a9275dde97ac9..4d06bc302cd81e49dceef43d2c46db5a4d4704f5 100644 (file)
@@ -3150,7 +3150,7 @@ Port-Specific Changes: Mac OS X
   :func:`macostools.touched` function to be removed because it depended on the
   :mod:`macfs` module.  (:issue:`1490190`)
 
-* Many other Mac OS modules have been deprecated and will removed in
+* Many other Mac OS modules have been deprecated and will be removed in
   Python 3.0:
   :mod:`_builtinSuites`,
   :mod:`aepack`,
index 7c93370984c0d040dde803bd88101c2bbde0d1ea..d7358cd640d89cee9d18792c38d527bb4988d527 100644 (file)
@@ -579,7 +579,7 @@ class Message:
         message, it will be set to "text/plain" and the new parameter and
         value will be appended as per RFC 2045.
 
-        An alternate header can specified in the header argument, and all
+        An alternate header can be specified in the header argument, and all
         parameters will be quoted as necessary unless requote is False.
 
         If charset is specified, the parameter will be encoded according to RFC
index d723e47448ec2194d9fe5d5625cd517bb1d05547..c98b549d9572682e8158fc7cb593df062c4c5505 100644 (file)
@@ -1052,7 +1052,7 @@ class InputOnly(TixWidget):
 
 class LabelEntry(TixWidget):
     """LabelEntry - Entry field with label. Packages an entry widget
-    and a label into one mega widget. It can beused be used to simplify
+    and a label into one mega widget. It can be used be used to simplify
     the creation of ``entry-form'' type of interface.
 
     Subwidgets       Class
index c1d0865bbb4851b98257446cb51d436d394cdec2..9a5b8a23f2c7a1e5129c64126cc2f6dbb51ac508 100644 (file)
@@ -961,7 +961,7 @@ def formatdate(timeval=None):
 
     According to RFC 1123, day and month names must always be in
     English.  If not for that, this code could use strftime().  It
-    can't because strftime() honors the locale and could generated
+    can't because strftime() honors the locale and could generate
     non-English names.
     """
     if timeval is None:
index a72f6f7ff1c27ce6395a76ae71ba92ce1924fbac..d3bac0f91284c3374267104a4fbd67b9e89fb90b 100644 (file)
@@ -213,8 +213,8 @@ class HeaderTests(TestCase):
         self.assertIn(b'\xa0NonbreakSpace: value', conn._buffer)
 
     def test_ipv6host_header(self):
-        # Default host header on IPv6 transaction should wrapped by [] if
-        # its actual IPv6 address
+        # Default host header on IPv6 transaction should be wrapped by [] if
+        # it is an IPv6 address
         expected = 'GET /foo HTTP/1.1\r\nHost: [2001::]:81\r\n' \
                    'Accept-Encoding: identity\r\n\r\n'
         conn = httplib.HTTPConnection('[2001::]:81')
index 9545c97b29ef088d8487cf141a4aa480518b0524..b8a45761efd16ca25a6310892373157c9a87091f 100644 (file)
@@ -5148,7 +5148,7 @@ Core and builtins
 - All standard iterators now ensure that, once StopIteration has been
   raised, all future calls to next() on the same iterator will also
   raise StopIteration.  There used to be various counterexamples to
-  this behavior, which could caused confusion or subtle program
+  this behavior, which could have caused confusion or subtle program
   breakage, without any benefits.  (Note that this is still an
   iterator's responsibility; the iterator framework does not enforce
   this.)
index 14f4e9f611441d0e16f47fcfab93e3d14e9b847d..7a2821897999d756e795e3ae27f39204937b57db 100644 (file)
@@ -2358,7 +2358,7 @@ PyMem_Free(void *p)
 
 /* These methods are used to control infinite recursion in repr, str, print,
    etc.  Container objects that may recursively contain themselves,
-   e.g. builtin dictionaries and lists, should used Py_ReprEnter() and
+   e.g. builtin dictionaries and lists, should use Py_ReprEnter() and
    Py_ReprLeave() to avoid infinite recursion.
 
    Py_ReprEnter() returns 0 the first time it is called for a particular
diff --git a/README b/README
index 52b97a124d045b11e6e9a92e9c0737ce152968b4..b5694860f16891ac447af72b38ca43edaaf4bf5f 100644 (file)
--- a/README
+++ b/README
@@ -197,7 +197,7 @@ PGO takes advantage of recent versions of the GCC or Clang compilers.
 If ran, the "profile-opt" rule will do several steps.
 
 First, the entire Python directory is cleaned of temporary files that
-may resulted in a previous compilation.
+may have resulted in a previous compilation.
 
 Then, an instrumented version of the interpreter is built, using suitable
 compiler flags for each flavour. Note that this is just an intermediary