[Python-checkins] r43381 - peps/trunk/pep-0249.txt peps/trunk/pep-0326.txt
georg.brandl
python-checkins at python.org
Tue Mar 28 09:39:15 CEST 2006
Author: georg.brandl
Date: Tue Mar 28 09:39:14 2006
New Revision: 43381
Modified:
peps/trunk/pep-0249.txt
peps/trunk/pep-0326.txt
Log:
depreciated -> deprecated.
Modified: peps/trunk/pep-0249.txt
==============================================================================
--- peps/trunk/pep-0249.txt (original)
+++ peps/trunk/pep-0249.txt Tue Mar 28 09:39:14 2006
@@ -326,7 +326,7 @@
The parameters may also be specified as list of tuples to
e.g. insert multiple rows in a single operation, but this
- kind of usage is depreciated: executemany() should be used
+ kind of usage is deprecated: executemany() should be used
instead.
Return values are not defined.
Modified: peps/trunk/pep-0326.txt
==============================================================================
--- peps/trunk/pep-0326.txt (original)
+++ peps/trunk/pep-0326.txt Tue Mar 28 09:39:14 2006
@@ -42,7 +42,7 @@
=========
While ``None`` can be used as an absolute minimum that any value can
-attain [1]_, this may be depreciated [4]_ in Python 3.0, and shouldn't
+attain [1]_, this may be deprecated [4]_ in Python 3.0 and shouldn't
be relied upon.
As a replacement for ``None`` being used as an absolute minimum, as
More information about the Python-checkins
mailing list