summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
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