[Python-checkins] r61751 - doctools/trunk/sphinx/quickstart.py

georg.brandl python-checkins at python.org
Sat Mar 22 20:52:34 CET 2008


Author: georg.brandl
Date: Sat Mar 22 20:52:21 2008
New Revision: 61751

Modified:
   doctools/trunk/sphinx/quickstart.py
Log:
Fix module name.


Modified: doctools/trunk/sphinx/quickstart.py
==============================================================================
--- doctools/trunk/sphinx/quickstart.py	(original)
+++ doctools/trunk/sphinx/quickstart.py	Sat Mar 22 20:52:21 2008
@@ -38,7 +38,7 @@
 # ---------------------
 
 # 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.


More information about the Python-checkins mailing list