From 83960267dc097742cb67ef575504afa56f82b102 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Tue, 21 Sep 2021 09:18:37 +0200 Subject: DOC: Typos found by codespell --- numpy/distutils/system_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/distutils/system_info.py') diff --git a/numpy/distutils/system_info.py b/numpy/distutils/system_info.py index 8467e1c19..c0404b0e8 100644 --- a/numpy/distutils/system_info.py +++ b/numpy/distutils/system_info.py @@ -414,7 +414,8 @@ def get_standard_file(fname): def _parse_env_order(base_order, env): """ Parse an environment variable `env` by splitting with "," and only returning elements from `base_order` - This method will sequence the environment variable and check for their invidual elements in `base_order`. + This method will sequence the environment variable and check for their + individual elements in `base_order`. The items in the environment variable may be negated via '^item' or '!itema,itemb'. It must start with ^/! to negate all options. -- cgit v1.2.1