summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-10-25 15:34:12 +0000
committergeorg.brandl <devnull@localhost>2008-10-25 15:34:12 +0000
commit2115ea228667ec8f507b1b4da4f27092a3916356 (patch)
tree39a9b57bd734fe9af8d34813ee5ad229b6fd55b1 /doc
parentd64b65a3dcf7d9371bf0e81e0363da15bb0e1550 (diff)
downloadsphinx-2115ea228667ec8f507b1b4da4f27092a3916356.tar.gz
Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 399cc3b8..ed513367 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -10,7 +10,7 @@ The :term:`configuration directory` must contain a file named :file:`conf.py`.
This file (containing Python code) is called the "build configuration file" and
contains all configuration needed to customize Sphinx input and output behavior.
-The configuration file if executed as Python code at build time (using
+The configuration file is executed as Python code at build time (using
:func:`execfile`, and with the current directory set to its containing
directory), and therefore can execute arbitrarily complex code. Sphinx then
reads simple names from the file's namespace as its configuration.