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

Skip to content

Commit b4b0b35

Browse files
committed
kill extra word
1 parent e9fca25 commit b4b0b35

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ Bitwise Operations on Integer Types
392392
operator: <<
393393
operator: >>
394394

395-
Bitwise operations only make sense only for integers. Negative numbers are
396-
treated as their 2's complement value (this assumes a sufficiently large number
397-
of bits that no overflow occurs during the operation).
395+
Bitwise operations only make sense for integers. Negative numbers are treated
396+
as their 2's complement value (this assumes a sufficiently large number of bits
397+
that no overflow occurs during the operation).
398398

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

0 commit comments

Comments
 (0)