New submission from Julien: In https://docs.python.org/3.5/library/stdtypes.html#bitwise-operations-on-integer-types the sentence "this assumes a sufficiently large number of bits that no overflow occurs during the operation" looks wrong to me, so I asked on #python and got from @benzrf:
"this assumes that there are sufficiently many bits for no overflow to occur during the operation" Which looks better to me. ---------- assignee: docs@python components: Documentation messages: 261667 nosy: docs@python, sizeof priority: normal severity: normal status: open title: Probably missing word in a sentence in the doc of bitwise operations on integer types type: enhancement _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com