From 2bda7b4b1f915bd400e9b761ff697e5d087edb77 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 8 Aug 2022 18:32:30 -0400 Subject: [PATCH] README.md: typo: EnumFlag -> IntFlag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 845d08e..a3b513e 100644 --- a/README.md +++ b/README.md @@ -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