We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d373d commit eeb7fb3Copy full SHA for eeb7fb3
1 file changed
Doc/c-api/float.rst
@@ -80,7 +80,7 @@ Floating-Point Objects
80
81
.. c:macro:: Py_INFINITY
82
83
- This macro expands a to constant expression of type :c:type:`double`, that
+ This macro expands a to constant expression of type :c:expr:`double`, that
84
represents the positive infinity.
85
86
On most platforms, this is equivalent to the :c:macro:`!INFINITY` macro from
@@ -89,7 +89,7 @@ Floating-Point Objects
89
90
.. c:macro:: Py_NAN
91
92
93
represents a quiet not-a-number (qNaN) value.
94
95
On most platforms, this is equivalent to the :c:macro:`!NAN` macro from
0 commit comments