depreciated -> deprecated.
This commit is contained in:
parent
0fa66025fa
commit
0cc59f7e0d
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue