]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix minor typo.
authorGeorg Brandl <georg@python.org>
Wed, 25 Sep 2013 07:04:23 +0000 (09:04 +0200)
committerGeorg Brandl <georg@python.org>
Wed, 25 Sep 2013 07:04:23 +0000 (09:04 +0200)
Objects/obmalloc.c

index 2ab66a33b92fbde6cab9735d6bdddbdf4b7390c7..4437bf9a659c409028c629bcf4970363a1f633a7 100644 (file)
@@ -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.