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

Skip to content

Commit 4d02896

Browse files
committed
Issue #26548: Minor fix to awkward wording in docs
1 parent d3722e7 commit 4d02896

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ Bitwise Operations on Integer Types
397397
operator: >>
398398

399399
Bitwise operations only make sense for integers. Negative numbers are treated
400-
as their 2's complement value (this assumes a sufficiently large number of bits
401-
that no overflow occurs during the operation).
400+
as their 2's complement value (this assumes that there are enough bits so that
401+
no overflow occurs during the operation).
402402

403403
The priorities of the binary bitwise operations are all lower than the numeric
404404
operations and higher than the comparisons; the unary operation ``~`` has the

0 commit comments

Comments
 (0)