mirror of https://github.com/python/cpython
An embarassing litle typo
This commit is contained in:
parent
e19aa388e8
commit
382e8b515c
|
@ -64,7 +64,7 @@ import functools
|
|||
|
||||
ascii_char_size = 1
|
||||
ucs2_char_size = 2
|
||||
ucs4_char_size = 2
|
||||
ucs4_char_size = 4
|
||||
|
||||
|
||||
class BaseStrTest:
|
||||
|
|
Loading…
Reference in New Issue