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``::
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,
>>> 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)
.. 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