Skip to content

Commit daa1e2d

Browse files
committed
fixup
1 parent 583bafb commit daa1e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ and options. By default, these flags are controlled by :ref:`command line
9494
options <using-on-interface-options>`.
9595

9696
When a flag is set by an option, the value of the flag is the number of times
97-
that the option was set. For example, ``-b`` sets :c:attr:`PyConfig.bytes_warning`
98-
to 1 and ``-bb`` sets :c:attr:`PyConfig.bytes_warning` to 2.
97+
that the option was set. For example, ``-b`` sets :c:member:`PyConfig.bytes_warning`
98+
to 1 and ``-bb`` sets :c:member:`PyConfig.bytes_warning` to 2.
9999

100100

101101
.. c:var:: int Py_InteractiveFlag

0 commit comments

Comments
 (0)