From 5298b407804feb61971ac7296fe0195b0ab75425 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 10 Aug 2008 17:22:06 +0000 Subject: [PATCH] Typo fix. --- sphinx/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/config.py b/sphinx/config.py index 99c32226f..1d0f1085e 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -38,7 +38,7 @@ class Config(object): 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),