diff options
author | Georg Brandl <georg@python.org> | 2013-09-25 07:04:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-09-25 07:04:23 (GMT) |
commit | 7cba5fd267219d23aec97fad91d73bea77daf5e2 (patch) | |
tree | dd27ecdbaf23dd07556a6de1575858d5594e460c /Objects | |
parent | 0fc5b27397e8dd81d4f5b653a0da8950daa96983 (diff) | |
download | cpython-7cba5fd267219d23aec97fad91d73bea77daf5e2.zip cpython-7cba5fd267219d23aec97fad91d73bea77daf5e2.tar.gz cpython-7cba5fd267219d23aec97fad91d73bea77daf5e2.tar.bz2 |
Fix minor typo.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/obmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 2ab66a3..4437bf9 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -1702,7 +1702,7 @@ pool_is_in_list(const poolp target, poolp list) p[0: S] Number of bytes originally asked for. This is a size_t, big-endian (easier to read in a memory dump). -p[S} +p[S] API ID. See PEP 445. This is a character, but seems undocumented. p[S+1: 2*S] Copies of FORBIDDENBYTE. Used to catch under- writes and reads. |