summaryrefslogtreecommitdiff
path: root/doc/extdev
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-04 11:53:37 -0400
committerJean-Paul Calderone <exarkun@twistedmatrix.com>2014-04-04 11:53:37 -0400
commitddba57ffe9d1367582411d88148e8a3f737c241a (patch)
tree00c5c799f264863fb82458089ffbcee3912be758 /doc/extdev
parent5a4d77b0ce719a759f7655d02db481b0380afdcd (diff)
downloadsphinx-ddba57ffe9d1367582411d88148e8a3f737c241a.tar.gz
Fix a copy/paste (presumably) mistake in the extdev tutorial.
Diffstat (limited to 'doc/extdev')
-rw-r--r--doc/extdev/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/tutorial.rst b/doc/extdev/tutorial.rst
index a03d6e08..875835e2 100644
--- a/doc/extdev/tutorial.rst
+++ b/doc/extdev/tutorial.rst
@@ -45,7 +45,7 @@ extension. These are:
parsed documents into an output format, or otherwise process them (e.g. check
external links).
- If you have the application object, the environment is available as
+ If you have the application object, the builder is available as
``app.builder``.
**Config**