diff options
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index ca142098..36b349eb 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -91,7 +91,7 @@ def create_package_file(root, master_package, subroot, py_files, opts, subs): master_package) text += '\n' - # build a list of directories that are packages (they contain an INITPY file) + # build a list of directories that are packages (contain an INITPY file) subs = [sub for sub in subs if path.isfile(path.join(root, sub, INITPY))] # if there are some package directories, add a TOC for theses subpackages if subs: |