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.
2 parents 8d9bcb5 + 4d02896 commit 7dc830eCopy full SHA for 7dc830e
1 file changed
Doc/library/stdtypes.rst
@@ -397,8 +397,8 @@ Bitwise Operations on Integer Types
397
operator: >>
398
399
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).
+as their 2's complement value (this assumes that there are enough bits so that
+no overflow occurs during the operation).
402
403
The priorities of the binary bitwise operations are all lower than the numeric
404
operations and higher than the comparisons; the unary operation ``~`` has the
0 commit comments