Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix documentation for
enum.Enum.__new__
The provided example was incorrect: - The example enum was missing the `int` mixin as implied by the context - The value of `int('1a', 16)` was incorrectly given as 17 (should be 26) - The `.. note` tag was missing a space - Fix the indent to match other note tags
- Loading branch information