From: Raymond Hettinger Date: Sun, 13 Mar 2016 06:58:24 +0000 (-0800) Subject: Issue #26548: Minor fix to awkward wording in docs X-Git-Tag: v3.6.0a1~492^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d02896609f6c92458ce292bf3aa77cfd403dee3;p=thirdparty%2FPython%2Fcpython.git Issue #26548: Minor fix to awkward wording in docs --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index a0f98fd067f6..1a1b74c762e9 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -397,8 +397,8 @@ Bitwise Operations on Integer Types operator: >> 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). +as their 2's complement value (this assumes that there are enough bits so that +no overflow occurs during the operation). The priorities of the binary bitwise operations are all lower than the numeric operations and higher than the comparisons; the unary operation ``~`` has the