Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fca25 commit b4b0b35Copy full SHA for b4b0b35
1 file changed
Doc/library/stdtypes.rst
@@ -392,9 +392,9 @@ Bitwise Operations on Integer Types
392
operator: <<
393
operator: >>
394
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).
+Bitwise operations only make sense for integers. Negative numbers are treated
+as their 2's complement value (this assumes a sufficiently large number of bits
+that no overflow occurs during the operation).
398
399
The priorities of the binary bitwise operations are all lower than the numeric
400
operations and higher than the comparisons; the unary operation ``~`` has the
0 commit comments