diff options
author | Georg Brandl <georg@python.org> | 2011-01-15 15:59:48 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-15 15:59:48 +0100 |
commit | 8edcb918b534a3eb16636a35fc33426c7783a761 (patch) | |
tree | 6e9d3a775e021a905530979fc14412ee4f9a5066 /sphinx/apidoc.py | |
parent | 61a0082dd44a6d73d8fa0bab5bb99966daca50c4 (diff) | |
download | sphinx-8edcb918b534a3eb16636a35fc33426c7783a761.tar.gz |
Make check.
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: |