From 5c0943629388e8d78cf9274073b562bae15c8af2 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 18 Jan 2008 08:01:20 +0000 Subject: [PATCH] Fix typo. --- pep-3118.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3118.txt b/pep-3118.txt index b8854174f..2ee8a2073 100644 --- a/pep-3118.txt +++ b/pep-3118.txt @@ -686,7 +686,7 @@ Character Description 'w' ucs-4 'O' pointer to Python Object 'Z' complex (whatever the next specifier is) -'&' specific pointer (prefix before another charater) +'&' specific pointer (prefix before another character) 'T{}' structure (detailed layout inside {}) '(k1,k2,...,kn)' multi-dimensional array of whatever follows ':name:' optional name of the preceeding element