Skip to content

Commit a9c136f

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

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
@@ -157,7 +157,7 @@ Module Contents
157157

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

162162

163163
.. versionadded:: 3.6 ``Flag``, ``IntFlag``, ``auto``

0 commit comments

Comments
 (0)