From e3b185f9667488695035983bbbaa84616e6149e2 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 6 Jul 2007 04:13:39 +0000 Subject: Fix typo in comment --- Lib/sre_compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py index 1d448da..7109599 100644 --- a/Lib/sre_compile.py +++ b/Lib/sre_compile.py @@ -280,7 +280,7 @@ def _mk_bitmap(bits): # To represent a big charset, first a bitmap of all characters in the # set is constructed. Then, this bitmap is sliced into chunks of 256 -# characters, duplicate chunks are eliminitated, and each chunk is +# characters, duplicate chunks are eliminated, and each chunk is # given a number. In the compiled expression, the charset is # represented by a 16-bit word sequence, consisting of one word for # the number of different chunks, a sequence of 256 bytes (128 words) -- cgit v0.12