diff --git a/pep-0249.txt b/pep-0249.txt index ed57fd033..ea18a3351 100644 --- a/pep-0249.txt +++ b/pep-0249.txt @@ -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. diff --git a/pep-0326.txt b/pep-0326.txt index 980d2e579..fa4de7fe7 100644 --- a/pep-0326.txt +++ b/pep-0326.txt @@ -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