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 44f9a3d commit aa56752Copy full SHA for aa56752
Doc/c-api/intro.rst
@@ -186,8 +186,8 @@ Utilities
186
187
.. c:macro:: Py_GETENV(s)
188
189
- Like :c:expr:`getenv(s)`, but returns ``NULL`` if :option:`-E` was passed on the
190
- command line (see :c:member:`PyConfig.use_environment`).
+ Like :samp:`getenv({s})`, but returns ``NULL`` if :option:`-E` was passed
+ on the command line (see :c:member:`PyConfig.use_environment`).
191
192
.. c:macro:: Py_UNREACHABLE()
193
0 commit comments