From dd02a696e55b450413e765e698e653d781ca4205 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 7 Oct 2021 10:34:42 +0200 Subject: Fix typos in the Modules directory (GH-28761) --- Modules/_csv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modules/_csv.c') diff --git a/Modules/_csv.c b/Modules/_csv.c index 3109fd16bc..3729d2be36 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"); -- cgit v1.2.1