mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Style and StyleParameter are two different types.
(Jack)
This commit is contained in:
parent
8b3c30c0eb
commit
db9a7b9ef6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ SignedByte = Type("SignedByte", "b")
|
|||
ScriptCode = Type("ScriptCode", "h")
|
||||
Size = Type("Size", "l")
|
||||
Style = Type("Style", "b")
|
||||
StyleParameter = Type("Style", "h")
|
||||
StyleParameter = Type("StyleParameter", "h")
|
||||
CharParameter = Type("CharParameter", "h")
|
||||
TextEncoding = Type("TextEncoding", "l")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue