Skip to content

Commit fd0ebd8

Browse files
skirpichevvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent d16bc4e commit fd0ebd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/c-api/float.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ Floating-Point Objects
8080
8181
.. c:macro:: Py_MATH_El
8282
83-
Hight-precision (long double) definition of :data:`~math.e` constant.
83+
High precision (long double) definition of :data:`~math.e` constant.
8484
8585
.. deprecated-removed:: 3.15 3.20
8686
8787
88-
.. c:macro:: Py_MATH_pil
88+
.. c:macro:: Py_MATH_PIl
8989
90-
Hight-precision (long double) definition of :data:`~math.pi` constant.
90+
High precision (long double) definition of :data:`~math.pi` constant.
9191
9292
.. deprecated-removed:: 3.15 3.20
9393

0 commit comments

Comments
 (0)