File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments