Skip to content

Commit aa56752

Browse files
committed
Avoid warning
1 parent 44f9a3d commit aa56752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ Utilities
186186
187187
.. c:macro:: Py_GETENV(s)
188188
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`).
189+
Like :samp:`getenv({s})`, but returns ``NULL`` if :option:`-E` was passed
190+
on the command line (see :c:member:`PyConfig.use_environment`).
191191
192192
.. c:macro:: Py_UNREACHABLE()
193193

0 commit comments

Comments
 (0)