From 7cba5fd267219d23aec97fad91d73bea77daf5e2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 25 Sep 2013 09:04:23 +0200 Subject: [PATCH] Fix minor typo. --- Objects/obmalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 2ab66a33b92..4437bf9a659 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.