10000 Inter-function spacing consistency in .rst file · python/cpython@23e5bb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23e5bb8

Browse files
authored
Inter-function spacing consistency in .rst file
1 parent b41d5d7 commit 23e5bb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,12 +355,14 @@ Power and logarithmic functions
355355
of natural logarithms. This is usually more accurate than ``math.e ** x``
356356
or ``pow(math.e, x)``.
357357

358+
358359
.. function:: exp2(x)
359360

360361
Return *2* raised to the power *x*.
361362

362363
.. versionadded:: 3.11
363364

365+
364366
.. function:: expm1(x)
365367

366368
Return *e* raised to the power *x*, minus 1. Here *e* is the base of natural

0 commit comments

Comments
 (0)
0