Skip to content

Commit ffed7d9

Browse files
Update Doc/library/enum.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent a9c136f commit ffed7d9

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
@@ -1044,7 +1044,7 @@ Utilities and Decorators
10441044

10451045
Like built-in :func:`bin`, except negative values are represented in
10461046
two's-complement, and the leading bit always indicates sign
1047-
(0=positive, 1=negative).
1047+
(``0`` implies positive, ``1`` implies negative).
10481048

10491049
>>> import enum
10501050
>>> enum.bin(10)

0 commit comments

Comments
 (0)