Skip to content

Commit 9551c59

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

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
@@ -156,7 +156,7 @@ Module Contents
156156
:func:`enum.bin`
157157

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

162162

0 commit comments

Comments
 (0)