Skip to content

Commit b72d728

Browse files
Update Doc/library/enum.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 8d91cef commit b72d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ Utilities and Decorators
10521052
>>> enum.bin(~10) # ~10 is -11
10531053
'0b1 0101'
10541054

1055-
.. versionadded:: 3.11
1055+
.. versionadded:: 3.10
10561056

10571057
---------------
10581058

0 commit comments

Comments
 (0)