[Python-checkins] cpython: whatsnew: spelling errors.
r.david.murray
python-checkins at python.org
Wed Mar 12 02:59:15 CET 2014
http://hg.python.org/cpython/rev/996652f3c136
changeset: 89594:996652f3c136
user: R David Murray <rdmurray at bitdance.com>
date: Tue Mar 11 21:58:54 2014 -0400
summary:
whatsnew: spelling errors.
Corrections from Jim Jewett in #19861.
files:
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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1680,7 +1680,7 @@
: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 @@
(: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
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list