From: Georg Brandl Date: Wed, 25 Sep 2013 07:04:23 +0000 (+0200) Subject: Fix minor typo. X-Git-Tag: v3.4.0a3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cba5fd267219d23aec97fad91d73bea77daf5e2;p=thirdparty%2FPython%2Fcpython.git Fix minor typo. --- diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index 2ab66a33b92f..4437bf9a659c 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.