diff options
| author | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:30:00 +0800 |
|---|---|---|
| committer | Martin Michlmayr <tbm@cyrius.com> | 2020-05-17 15:32:24 +0800 |
| commit | 0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch) | |
| tree | ac015c57e9717e45d26594e8eb451cc9c0bdcf1e /tools | |
| parent | 50ce0fce70cac779919d97578381a9d762f42594 (diff) | |
| download | numpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz | |
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/refguide_check.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index 31d2997d3..b3891c5cb 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -1037,7 +1037,7 @@ def iter_included_files(base_path, verbose=0, suffixes=('.rst',)): Yields ------ path - Path of the directory and it's sub directories + Path of the directory and its sub directories """ if os.path.exists(base_path) and os.path.isfile(base_path): yield base_path |
