An embarassing litle typo

This commit is contained in:
Antoine Pitrou 2011-10-04 16:07:27 +02:00
parent e19aa388e8
commit 382e8b515c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ import functools
ascii_char_size = 1
ucs2_char_size = 2
ucs4_char_size = 2
ucs4_char_size = 4
class BaseStrTest: