summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:30:00 +0800
committerMartin Michlmayr <tbm@cyrius.com>2020-05-17 15:32:24 +0800
commit0a2893149e88e5c5bb69a29f78a4ad262a08cd29 (patch)
treeac015c57e9717e45d26594e8eb451cc9c0bdcf1e /tools/refguide_check.py
parent50ce0fce70cac779919d97578381a9d762f42594 (diff)
downloadnumpy-0a2893149e88e5c5bb69a29f78a4ad262a08cd29.tar.gz
DOC: Fix typos and cosmetic issues
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r--tools/refguide_check.py2
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