summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/userguide/ext_modules.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/ext_modules.rst b/docs/userguide/ext_modules.rst
index 9119830c..a59599b2 100644
--- a/docs/userguide/ext_modules.rst
+++ b/docs/userguide/ext_modules.rst
@@ -76,8 +76,8 @@ compiler and linker options from various sources:
* the ``sysconfig`` variables ``CC``, ``CXX``, ``CCSHARED``,
``LDSHARED``, and ``CFLAGS``,
* the environment variables ``CC``, ``CPP``,
- ``CXX``, ``LDSHARED`` and ``LDFLAGS``,
- ``CFLAGS``, ``CPPFLAGS``, ``LDFLAGS``,
+ ``CXX``, ``LDSHARED`` and ``CFLAGS``,
+ ``CPPFLAGS``, ``LDFLAGS``,
* the ``Extension`` attributes ``include_dirs``,
``library_dirs``, ``extra_compile_args``, ``extra_link_args``,
``runtime_library_dirs``.