mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue