From ab34a7dd71cf7b4b451fa40eb3c2ca0d9d7b7222 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 Mar 2008 19:52:21 +0000 Subject: [PATCH] Fix module name. --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index eac6a66e8..5f74e4280 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -38,7 +38,7 @@ import sys # --------------------- # Add any Sphinx extension module names here, as strings. They can be extensions -# coming with Sphinx (named 'sphinx.addons.*') or your custom ones. +# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. #extensions = [] # Add any paths that contain templates here, relative to this directory.