]> granicus.if.org Git - python/commitdiff
whatsnew: spelling errors.
authorR David Murray <rdmurray@bitdance.com>
Wed, 12 Mar 2014 01:58:54 +0000 (21:58 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 12 Mar 2014 01:58:54 +0000 (21:58 -0400)
Corrections from Jim Jewett in #19861.

Doc/whatsnew/3.4.rst

index 6044572970113e2624e2436247e781d08a693733..067ff4c0d7e14205c16cd248f8756ff10eef9bfe 100644 (file)
@@ -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