diff options
| author | Samuel Wright <lykoszine@gmail.com> | 2013-12-10 19:42:47 +0100 |
|---|---|---|
| committer | Samuel Wright <lykoszine@gmail.com> | 2013-12-10 19:42:47 +0100 |
| commit | 853559210b43442fb79772772e77a0c3f7a587f4 (patch) | |
| tree | 4ec64e7d6852f353d77c1ca2c1c5343ddd9234f8 | |
| parent | 1b47edf5cbfdcda32c72916600ae77de38345ec7 (diff) | |
| download | sphinx-853559210b43442fb79772772e77a0c3f7a587f4.tar.gz | |
Removed duplicate comma.
| -rw-r--r-- | doc/markup/toctree.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markup/toctree.rst b/doc/markup/toctree.rst index a2d2ba46..3da3553f 100644 --- a/doc/markup/toctree.rst +++ b/doc/markup/toctree.rst @@ -142,7 +142,7 @@ tables of contents. The ``toctree`` directive is the central element. must occur in some ``toctree`` directive; Sphinx will emit a warning if it finds a file that is not included, because that means that this file will not be reachable through standard navigation. Use :ref:`metadata` to - remove the warning,, and :confval:`exclude_patterns` to + remove the warning, and :confval:`exclude_patterns` to exclude files or directories from building. The "master document" (selected by :confval:`master_doc`) is the "root" of |
