Skip to content

Commit eeb7fb3

Browse files
committed
+1
1 parent 81d373d commit eeb7fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/float.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Floating-Point Objects
8080
8181
.. c:macro:: Py_INFINITY
8282
83-
This macro expands a to constant expression of type :c:type:`double`, that
83+
This macro expands a to constant expression of type :c:expr:`double`, that
8484
represents the positive infinity.
8585
8686
On most platforms, this is equivalent to the :c:macro:`!INFINITY` macro from
@@ -89,7 +89,7 @@ Floating-Point Objects
8989
9090
.. c:macro:: Py_NAN
9191
92-
This macro expands a to constant expression of type :c:type:`double`, that
92+
This macro expands a to constant expression of type :c:expr:`double`, that
9393
represents a quiet not-a-number (qNaN) value.
9494
9595
On most platforms, this is equivalent to the :c:macro:`!NAN` macro from

0 commit comments

Comments
 (0)