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 | f40758f054add3e321642b32c3676b32c2c295a8 (patch) | |
tree | 6e9d3a775e021a905530979fc14412ee4f9a5066 /sphinx/apidoc.py | |
parent | bb7bf21c7e47b6582b7f74c3d7b97cd684cfe796 (diff) | |
download | sphinx-git-f40758f054add3e321642b32c3676b32c2c295a8.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 ca1420980..36b349eb1 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: |