From 9914b90f4a3be7d8357474f96c8091220d5cba24 Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sun, 27 Oct 2019 21:36:31 +1100 Subject: Help: Minor wording cleanup for Python modules --- Modules/FindPython2.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Modules/FindPython2.cmake') diff --git a/Modules/FindPython2.cmake b/Modules/FindPython2.cmake index 0cecdc69cf..3cc7d56792 100644 --- a/Modules/FindPython2.cmake +++ b/Modules/FindPython2.cmake @@ -8,7 +8,7 @@ FindPython2 Find Python 2 interpreter, compiler and development environment (include directories and libraries). -Three components are supported: +The following components are supported: * ``Interpreter``: search for Python 2 interpreter * ``Compiler``: search for Python 2 compiler. Only offered by IronPython. @@ -16,7 +16,7 @@ Three components are supported: libraries) * ``NumPy``: search for NumPy include directories. -If no ``COMPONENTS`` is specified, ``Interpreter`` is assumed. +If no ``COMPONENTS`` are specified, ``Interpreter`` is assumed. To ensure consistent versions between components ``Interpreter``, ``Compiler``, ``Development`` and ``NumPy``, specify all components at the same time:: -- cgit v1.2.1