Fix typo.

This commit is contained in:
Georg Brandl 2008-10-25 15:34:12 +00:00
parent 0bfeec7d13
commit 88d6b2a960

View File

@ -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 This file (containing Python code) is called the "build configuration file" and
contains all configuration needed to customize Sphinx input and output behavior. 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 :func:`execfile`, and with the current directory set to its containing
directory), and therefore can execute arbitrarily complex code. Sphinx then directory), and therefore can execute arbitrarily complex code. Sphinx then
reads simple names from the file's namespace as its configuration. reads simple names from the file's namespace as its configuration.