From ee5a2918fd32ef9153eb95f3ca8820d4de60ef9e Mon Sep 17 00:00:00 2001 From: KexianShen Date: Wed, 25 Aug 2021 10:56:25 +0800 Subject: [PATCH] correct typo --- docs/source/compiling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/compiling.rst b/docs/source/compiling.rst index 5567522..4063d08 100644 --- a/docs/source/compiling.rst +++ b/docs/source/compiling.rst @@ -44,7 +44,7 @@ In detail: - The Python header ``Python.h`` - The Python header comes with the Python installation. It it cannot be + The Python header comes with the Python installation. If it cannot be found on your system try installing the Python development packages. The location of this header has to be specified using the option ``-I``.