Skip to content

Commit c50b989

Browse files
committed
Minor documentation fix.
1 parent 65a03b2 commit c50b989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/sphinx/source/compiler_flags.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ This very verbose output will give you a complete picture of your environment:
104104
Setting Flags Automatically in ``setup.py``
105105
--------------------------------------------------
106106

107-
The sysconfig module allows you to create a generif setup.py script for Python C extensions.
107+
The sysconfig module allows you to create a generic ``setup.py`` script for Python C extensions (see highlighted line):
108108

109109
.. code-block:: python
110+
:emphasize-lines: 15
110111

111112
from distutils.core import setup, Extension
112113
import os

0 commit comments

Comments
 (0)