Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cba5fd

Browse files
committed
Fix minor typo.
1 parent 0fc5b27 commit 7cba5fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/obmalloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ pool_is_in_list(const poolp target, poolp list)
17021702
p[0: S]
17031703
Number of bytes originally asked for. This is a size_t, big-endian (easier
17041704
to read in a memory dump).
1705-
p[S}
1705+
p[S]
17061706
API ID. See PEP 445. This is a character, but seems undocumented.
17071707
p[S+1: 2*S]
17081708
Copies of FORBIDDENBYTE. Used to catch under- writes and reads.

0 commit comments

Comments
 (0)