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 583bafb commit daa1e2dCopy full SHA for daa1e2d
Doc/c-api/init.rst
@@ -94,8 +94,8 @@ and options. By default, these flags are controlled by :ref:`command line
94
options <using-on-interface-options>`.
95
96
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.
+that the option was set. For example, ``-b`` sets :c:member:`PyConfig.bytes_warning`
+to 1 and ``-bb`` sets :c:member:`PyConfig.bytes_warning` to 2.
99
100
101
.. c:var:: int Py_InteractiveFlag
0 commit comments