]> granicus.if.org Git - python/commitdiff
Issue #24232: Fix typos. Patch by Ville Skyttä.
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:36:55 +0000 (01:36 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 18 May 2015 22:36:55 +0000 (01:36 +0300)
Doc/howto/clinic.rst
Doc/howto/logging-cookbook.rst
Doc/library/collections.rst
Doc/library/ssl.rst

index 750ddbe07478fd872eea4469fb6b7f822ad80f7d..0b7cadad48b7a3f28f02bb0e53b9995edfa1df50 100644 (file)
@@ -1498,7 +1498,7 @@ preset configurations, as follows:
     the ``buffer`` preset.
 
     Suppresses the ``impl_prototype``, write the ``docstring_definition``
-    and ``parser_defintion`` to ``buffer``, write everything else to ``block``.
+    and ``parser_definition`` to ``buffer``, write everything else to ``block``.
 
 The third new directive is ``destination``::
 
index 114ec09b744c6ccaee984c201626c82927940378..6305d24bcfb84ea1ba61acd3afff331361ea948e 100644 (file)
@@ -1408,7 +1408,7 @@ works::
     def worker_process(config):
         """
         A number of these are spawned for the purpose of illustration. In
-        practice, they could be a heterogenous bunch of processes rather than
+        practice, they could be a heterogeneous bunch of processes rather than
         ones which are identical to each other.
 
         This initialises logging according to the specified configuration,
index 50cc97cf10c34c59bdaf799e42bc7913fdc34b3b..b6ffd5e8119c22cd6b916ae5d76dbce13f9112d7 100644 (file)
@@ -333,7 +333,7 @@ counts, but the output will exclude results with counts of zero or less.
     >>> c | d                       # union:  max(c[x], d[x])
     Counter({'a': 3, 'b': 2})
 
-Unary addition and substraction are shortcuts for adding an empty counter
+Unary addition and subtraction are shortcuts for adding an empty counter
 or subtracting from an empty counter.
 
     >>> c = Counter(a=2, b=-4)
index bc28e97bab72f26c41c8028cb5853d017302da48..233de8dd9107d7c85c4685255c03629a5feb2d18 100644 (file)
@@ -1269,7 +1269,7 @@ to speed up repeated connections from the same clients.
 
 .. attribute:: SSLContext.check_hostname
 
-   Wether to match the peer cert's hostname with :func:`match_hostname` in
+   Whether to match the peer cert's hostname with :func:`match_hostname` in
    :meth:`SSLSocket.do_handshake`. The context's
    :attr:`~SSLContext.verify_mode` must be set to :data:`CERT_OPTIONAL` or
    :data:`CERT_REQUIRED`, and you must pass *server_hostname* to