Fix typo.

This commit is contained in:
Georg Brandl 2010-11-24 17:12:05 +01:00
parent b72e41832e
commit 80c3fc6000

View File

@ -206,7 +206,7 @@ name), containing the following:
* A :file:`theme.conf` file, see below.
* HTML templates, if needed.
* A ``static/`` directory containing any static files that will be copied to the
output statid directory on build. These can be images, styles, script files.
output static directory on build. These can be images, styles, script files.
The :file:`theme.conf` file is in INI format [1]_ (readable by the standard
Python :mod:`ConfigParser` module) and has the following structure: