Skip to content

Commit 819f721

Browse files
guocimiss-islington
authored andcommitted
For enum.bin, update versionadded directive from 3.10 to 3.11 (GH-144574)
(cherry picked from commit d736349) Co-authored-by: Guo Ci <zguoci@gmail.com>
1 parent 626a6bc commit 819f721

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
@@ -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)