Skip to content

Commit 738c1cb

Browse files
guociljfp
authored andcommitted
For enum.bin, update versionadded directive from 3.10 to 3.11 (python#144574)
1 parent 461e117 commit 738c1cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/enum.rst

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

1056-
.. versionadded:: 3.10
1056+
.. versionadded:: 3.11
10571057

10581058
---------------
10591059

0 commit comments

Comments
 (0)