Fix minor typo.

This commit is contained in:
Georg Brandl 2013-09-25 09:04:23 +02:00
parent 0fc5b27397
commit 7cba5fd267
1 changed files with 1 additions and 1 deletions

View 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.