diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-10-07 08:55:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 08:55:18 (GMT) |
commit | 5afc5bb45d614ea4a512e257b6b60e4f98185043 (patch) | |
tree | c4723c33d978f61a05012ee3ed476cb24319e1e8 /Modules/_csv.c | |
parent | 35d4857375b6ef8f1243db4da9c2cba0bee63ad6 (diff) | |
download | cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.zip cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.gz cpython-5afc5bb45d614ea4a512e257b6b60e4f98185043.tar.bz2 |
[3.10] Fix typos in the Modules directory (GH-28761) (GH-28781)
(cherry picked from commit dd02a696e55b450413e765e698e653d781ca4205)
Co-authored-by: Christian Clauss <cclauss@me.com>
Automerge-Triggered-By: GH:gpshead
Diffstat (limited to 'Modules/_csv.c')
-rw-r--r-- | Modules/_csv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_csv.c b/Modules/_csv.c index 3109fd1..3729d2b 100644 --- a/Modules/_csv.c +++ b/Modules/_csv.c @@ -489,7 +489,7 @@ err: } /* Since dialect is now a heap type, it inherits pickling method for - * protocol 0 and 1 from object, therefore it needs to be overriden */ + * protocol 0 and 1 from object, therefore it needs to be overridden */ PyDoc_STRVAR(dialect_reduce_doc, "raises an exception to avoid pickling"); |