Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Sep 3, 2024
1 parent 2137b68 commit 9e101d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add properties to Python enumeration values with a simple declarative syntax. [E
GREEN = auto(), (0, 1, 0), '00ff00'
BLUE = auto(), (0, 0, 1), '0000ff'

# the named p() values in the Enum's inheritance become properties on
# the type hints on the Enum class become properties on
# each value, matching the order in which they are specified

Color.RED.rgb == (1, 0, 0)
Expand Down

0 comments on commit 9e101d3

Please sign in to comment.