diff options
author | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-21 09:18:37 +0200 |
---|---|---|
committer | Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2021-09-21 20:29:43 +0200 |
commit | 83960267dc097742cb67ef575504afa56f82b102 (patch) | |
tree | 5de763d6385fc3fc630db0992cd6b2d2ff765ea6 /doc/preprocess.py | |
parent | e467a284d1a2055337ce73cd92aadb491aa9a776 (diff) | |
download | numpy-83960267dc097742cb67ef575504afa56f82b102.tar.gz |
DOC: Typos found by codespell
Diffstat (limited to 'doc/preprocess.py')
-rwxr-xr-x | doc/preprocess.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/preprocess.py b/doc/preprocess.py index e88d9608e..870d3e123 100755 --- a/doc/preprocess.py +++ b/doc/preprocess.py @@ -9,7 +9,7 @@ def main(): def doxy_gen(root_path): """ - Generate Doxygen configration file. + Generate Doxygen configuration file. """ confs = doxy_config(root_path) build_path = os.path.join(root_path, "doc", "build", "doxygen") |