mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
For enum.bin, update versionadded directive from 3.10 to 3.11 (#144574)
This commit is contained in:
parent
e682141c49
commit
d73634935c
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ Utilities and Decorators
|
|||
>>> enum.bin(~10) # ~10 is -11
|
||||
'0b1 0101'
|
||||
|
||||
.. versionadded:: 3.10
|
||||
.. versionadded:: 3.11
|
||||
|
||||
---------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue