Skip to content

Commit 5665f85

Browse files
committed
+ format refs
1 parent fea0b1d commit 5665f85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

peps/pep-0812.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,8 @@ Footnotes
582582
type and kind type parameter of the result before the operation is
583583
performed.
584584
585-
Though, it's not specified now exactly operations are implemented:
585+
586+
Though, it's not specified now exactly operations are implemented:
586587
587588
Quite apart from the fact of the exclusion, the Fortran standard
588589
itself contains no specification or requirement on the algorithm
@@ -649,7 +650,7 @@ Footnotes
649650
p3 = y*v
650651
return complex(p2 - p3, p1 - p2 - p3)
651652
652-
Other variants include using a fused multiply add (FMA) instruction.
653+
Other variants include using a fused multiply add (FMA) instruction.
653654
654655
655656
Copyright

0 commit comments

Comments
 (0)