diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-12 01:58:54 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-12 01:58:54 (GMT) |
commit | 03a4da55cba54bd7237c686ae39cf175f723c785 (patch) | |
tree | 76b940c8c718ce7fbb86e3303e5e7087427b3401 | |
parent | 600e08dc1c9c36187f0452878e61a717885797de (diff) | |
download | cpython-03a4da55cba54bd7237c686ae39cf175f723c785.zip cpython-03a4da55cba54bd7237c686ae39cf175f723c785.tar.gz cpython-03a4da55cba54bd7237c686ae39cf175f723c785.tar.bz2 |
whatsnew: spelling errors.
Corrections from Jim Jewett in #19861.
-rw-r--r-- | Doc/whatsnew/3.4.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 6044572..067ff4c0 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1680,7 +1680,7 @@ plain tuple. (Contributed by Claudiu Popa in :issue:`17487`.) :meth:`wave.open` now supports the context manager protocol. (Contributed by Claudiu Popa in :issue:`17616`.) -:mod:`wave` can now :ref:`write output to unssekable files +:mod:`wave` can now :ref:`write output to unseekable files <wave-write-objects>`. (Contributed by David Jones, Guilherme Polo, and Serhiy Storchaka in :issue:`5202`.) @@ -2392,7 +2392,7 @@ Changes in the Python API (:issue:`15204`). * If you use :ref:`pyvenv <scripts-pyvenv>` in a script and desire that pip - *not* be installed, you must add ``--wihtout-pip`` to your command + *not* be installed, you must add ``--without-pip`` to your command invocation. * The default behavior of :func:`json.dump` and :func:`json.dumps` when |