Skip to content

Commit e961ef7

Browse files
committed
fix formatting
1 parent a31d7c1 commit e961ef7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

peps/pep-0812.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -327,19 +327,17 @@ without undue overflow or underflow.
327327
The ``*`` and ``/`` operators satisfy the following infinity properties for
328328
all real, imaginary, and complex operands:
329329

330-
- if one operand is an infinity and the other operand is a nonzero finite
331-
number or an infinity, then the result of the ``*`` operator is an
332-
infinity;
330+
- if one operand is an infinity and the other operand is a nonzero finite
331+
number or an infinity, then the result of the ``*`` operator is an infinity;
333332

334-
- if the first operand is an infinity and the second operand is a finite
335-
number, then the result of the ``/`` operator is an infinity;
333+
- if the first operand is an infinity and the second operand is a finite
334+
number, then the result of the ``/`` operator is an infinity;
336335

337-
- if the first operand is a finite number and the second operand is an
338-
infinity, then the result of the ``/`` operator is a zero;
336+
- if the first operand is a finite number and the second operand is an
337+
infinity, then the result of the ``/`` operator is a zero;
339338

340-
- if the first operand is a nonzero finite number or an infinity and the
341-
second operand is a zero, then the result of the ``/`` operator is an
342-
infinity.
339+
- if the first operand is a nonzero finite number or an infinity and the second
340+
operand is a zero, then the result of the ``/`` operator is an infinity.
343341

344342

345343
Imaginary and complex numbers will have disinct string representations:

0 commit comments

Comments
 (0)