Skip to content

Commit 8d91cef

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

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
@@ -1043,7 +1043,7 @@ Utilities and Decorators
10431043
.. function:: bin(num, max_bits=None)
10441044

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

10491049
>>> import enum

0 commit comments

Comments
 (0)