mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
bpo-36766: Typos in docs and code comments (GH-13116)
This commit is contained in:
parent
3921b1cc34
commit
9646630895
22 changed files with 22 additions and 22 deletions
|
|
@ -2222,7 +2222,7 @@ def remove_frames(pickled, keep_frame=None):
|
|||
|
||||
frame_size = self.FRAME_SIZE_TARGET
|
||||
num_frames = 20
|
||||
# Large byte objects (dict values) intermitted with small objects
|
||||
# Large byte objects (dict values) intermittent with small objects
|
||||
# (dict keys)
|
||||
obj = {i: bytes([i]) * frame_size for i in range(num_frames)}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue