diff --git a/python/gribapi/gribapi.py b/python/gribapi/gribapi.py index 6249d3749..b8d615745 100644 --- a/python/gribapi/gribapi.py +++ b/python/gribapi/gribapi.py @@ -3,7 +3,7 @@ @brief This package is the \b Python interface to ecCodes. It offers almost one to one bindings to the C API functions. The Python interface to ecCodes uses the NumPy package -as the container of choice for the possible arrays of values that can be encoded/decoded in and from a grib message. +as the container of choice for the possible arrays of values that can be encoded/decoded in and from a message. Numpy is a package used for scientific computing in Python and an efficient container for generic data. The Python interface can be enabled/disabled from CMake by using the following flag:\n