summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-23 11:16:24 +0200
committerGeorg Brandl <georg@python.org>2010-05-23 11:16:24 +0200
commitd8846c93429d76d71bb5adc8632864ff6eb9e952 (patch)
tree652e6d33fde9cbbbc80ab9b83e7020e8d1b1dbdf /doc/ext
parent151042e7e84eb8162c8e68fff6f87776b2f53cb0 (diff)
downloadsphinx-d8846c93429d76d71bb5adc8632864ff6eb9e952.tar.gz
Fix file name in example.
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/intersphinx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/intersphinx.rst b/doc/ext/intersphinx.rst
index b82a08f1..29ba45a6 100644
--- a/doc/ext/intersphinx.rst
+++ b/doc/ext/intersphinx.rst
@@ -55,7 +55,7 @@ linking:
intersphinx_mapping = {'http://docs.python.org/dev': 'python-inv.txt'}
- This will read the inventory from :file:`python.inv` in the source
+ This will read the inventory from :file:`python-inv.txt` in the source
directory, but still generate links to the pages under
``http://docs.python.org/dev``. It is up to you to update the inventory file
as new objects are added to the Python documentation.