README.md: typo: EnumFlag -> IntFlag
This commit is contained in:
parent
e29dbcc00c
commit
2bda7b4b1f
@ -1,10 +1,10 @@
|
||||
# Bitmask
|
||||
|
||||
Implementation of a Bitmask class in Python, allowing easy manipulation of EnumFlag values.
|
||||
Implementation of a Bitmask class in Python, allowing easy manipulation of IntFlag values.
|
||||
|
||||
## Features
|
||||
|
||||
* create bitmasks from any EnumFlag type
|
||||
* create bitmasks from any IntFlag type
|
||||
|
||||
* simple "flag in Bitmask" syntax
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user