summaryrefslogtreecommitdiff
path: root/doc/ext/appapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-04-04 19:04:01 +0200
committerGeorg Brandl <georg@python.org>2010-04-04 19:04:01 +0200
commit6ad4fab2f9d98ae806aa34dadd7dd42dcf218221 (patch)
tree4dbe6f61e60acd6bd7d69d3fabe29d15b3104ce8 /doc/ext/appapi.rst
parent4123d62d7ecd33deeff669e2cba990637340eb30 (diff)
downloadsphinx-6ad4fab2f9d98ae806aa34dadd7dd42dcf218221.tar.gz
Fix file name where example docs are located.
Diffstat (limited to 'doc/ext/appapi.rst')
-rw-r--r--doc/ext/appapi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/appapi.rst b/doc/ext/appapi.rst
index cdec3d52..398e972e 100644
--- a/doc/ext/appapi.rst
+++ b/doc/ext/appapi.rst
@@ -141,7 +141,7 @@ the following public API:
* If you provide *parse_node*, it must be a function that takes a string and
a docutils node, and it must populate the node with children parsed from
the string. It must then return the name of the item to be used in
- cross-referencing and index entries. See the :file:`ext.py` file in the
+ cross-referencing and index entries. See the :file:`conf.py` file in the
source for this documentation for an example.
For example, if you have this call in a custom Sphinx extension::