SIGN IN SIGN UP

gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)

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)
M
Momo Eissenhauer committed
48e52fe2c9a7b33671f6b5d1420a71a6f31ad64b
Parent: 44a9f3d
Committed by GitHub <noreply@github.com> on 5/7/2024, 11:42:18 AM