depreciated -> deprecated.

This commit is contained in:
Georg Brandl 2006-03-28 07:39:14 +00:00
parent 0fa66025fa
commit 0cc59f7e0d
2 changed files with 2 additions and 2 deletions

View File

@ -326,7 +326,7 @@ Cursor Objects
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.

View File

@ -42,7 +42,7 @@ Rationale
=========
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