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 65a03b2 commit c50b989Copy full SHA for c50b989
doc/sphinx/source/compiler_flags.rst
@@ -104,9 +104,10 @@ This very verbose output will give you a complete picture of your environment:
104
Setting Flags Automatically in ``setup.py``
105
--------------------------------------------------
106
107
-The sysconfig module allows you to create a generif setup.py script for Python C extensions.
+The sysconfig module allows you to create a generic ``setup.py`` script for Python C extensions (see highlighted line):
108
109
.. code-block:: python
110
+ :emphasize-lines: 15
111
112
from distutils.core import setup, Extension
113
import os
0 commit comments