diff --git a/README.md b/README.md index 371bc13..f5aac8b 100644 --- a/README.md +++ b/README.md @@ -477,8 +477,8 @@ class : ```python from enum import Enum, auto class (Enum): - = - = , + = + = , = auto() # Can be used for automatic indexing. ...