Remove an obsolete sentence.

This commit is contained in:
Georg Brandl 2008-05-11 10:53:16 +00:00
parent edb978ff63
commit bb74a78f0a
1 changed files with 1 additions and 3 deletions

View File

@ -198,9 +198,7 @@ Ellipsis
.. index:: pair: integer; representation
The rules for integer representation are intended to give the most meaningful
interpretation of shift and mask operations involving negative integers. Any
operation except left shift, if it yields a result in the plain integer domain
without causing overflow, will yield the same result when using mixed operands.
interpretation of shift and mask operations involving negative integers.
:class:`numbers.Real` (:class:`float`)
.. index::