context), ``op`` is :class:`Add`, and ``value`` is a :class:`Constant` with
value for 1.
- The ``target`` attribute connot be of class :class:`Tuple` or :class:`List`,
+ The ``target`` attribute cannot be of class :class:`Tuple` or :class:`List`,
unlike the targets of :class:`Assign`.
.. doctest::
- Task object.
* - :func:`to_thread`
- - Asychronously run a function in a separate OS thread.
+ - Asynchronously run a function in a separate OS thread.
* - :func:`run_coroutine_threadsafe`
- Schedule a coroutine from another OS thread.
These indexes are the *start* and *end* arguments passed to the
:c:data:`rl_attempted_completion_function` callback of the
underlying library. The values may be different in the same
- input editing scenario based on the underlying C readline implemtation.
+ input editing scenario based on the underlying C readline implementation.
Ex: libedit is known to behave differently than libreadline.
:func:`median_high` High median of data.
:func:`median_grouped` Median, or 50th percentile, of grouped data.
:func:`mode` Single mode (most common value) of discrete or nominal data.
-:func:`multimode` List of modes (most common values) of discrete or nomimal data.
+:func:`multimode` List of modes (most common values) of discrete or nominal data.
:func:`quantiles` Divide data into intervals with equal probability.
======================= ===============================================================
.. class:: LexicalHandler
- Interface used by the parser to represent low freqency events which may not
+ Interface used by the parser to represent low frequency events which may not
be of interest to many applications.
In addition to these classes, :mod:`xml.sax.handler` provides symbolic constants