Issue #24232: Fix typos. Patch by Ville Skyttä.

This commit is contained in:
Berker Peksag 2015-05-19 01:38:05 +03:00
commit fee05daef8
5 changed files with 5 additions and 5 deletions

View file

@ -1495,7 +1495,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``::

View file

@ -1417,7 +1417,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,