mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
For enum.bin, update versionadded directive from 3.10 to 3.11 (#144574)
This commit is contained in:
@@ -1053,7 +1053,7 @@ Utilities and Decorators
|
||||
>>> enum.bin(~10) # ~10 is -11
|
||||
'0b1 0101'
|
||||
|
||||
.. versionadded:: 3.10
|
||||
.. versionadded:: 3.11
|
||||
|
||||
---------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user