[Python-checkins] r65633 - doctools/trunk/sphinx/config.py
georg.brandl
python-checkins at python.org
Sun Aug 10 19:22:06 CEST 2008
Author: georg.brandl
Date: Sun Aug 10 19:22:06 2008
New Revision: 65633
Log:
Typo fix.
Modified:
doctools/trunk/sphinx/config.py
Modified: doctools/trunk/sphinx/config.py
==============================================================================
--- doctools/trunk/sphinx/config.py (original)
+++ doctools/trunk/sphinx/config.py Sun Aug 10 19:22:06 2008
@@ -38,7 +38,7 @@
unused_docs = ([], True),
exclude_dirs = ([], True),
exclude_trees = ([], True),
- exclude_dirnaems = ([], True),
+ exclude_dirnames = ([], True),
default_role = (None, True),
add_function_parentheses = (True, True),
add_module_names = (True, True),
More information about the Python-checkins
mailing list