Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/enum.rst
Co-authored-by: Stan Ulbrych <[email protected]>
  • Loading branch information
guoci and StanFromIreland authored Oct 30, 2025
commit ffed7d90f209693cc659f60ac28f6a4231ff7592
2 changes: 1 addition & 1 deletion Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ Utilities and Decorators

Like built-in :func:`bin`, except negative values are represented in
two's-complement, and the leading bit always indicates sign
Comment thread
guoci marked this conversation as resolved.
Outdated
(0=positive, 1=negative).
(``0`` implies positive, ``1`` implies negative).

>>> import enum
>>> enum.bin(10)
Expand Down
Loading