mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-32746: Fix multiple typos (GH-5144)
Fix typos found by codespell in docs, docstrings, and comments.
This commit is contained in:
parent
589c718a8e
commit
c3d9508ff2
22 changed files with 34 additions and 35 deletions
|
|
@ -1015,7 +1015,7 @@ _Pickler_OpcodeBoundary(PicklerObject *self)
|
|||
if(_Pickler_CommitFrame(self)) {
|
||||
return -1;
|
||||
}
|
||||
/* Flush the content of the commited frame to the underlying
|
||||
/* Flush the content of the committed frame to the underlying
|
||||
* file and reuse the pickler buffer for the next frame so as
|
||||
* to limit memory usage when dumping large complex objects to
|
||||
* a file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue