From 19533c96a576f3b3ffba0a30d2440907b5f9ae3c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 4 Apr 2014 11:53:37 -0400 Subject: [PATCH] Fix a copy/paste (presumably) mistake in the extdev tutorial. --- doc/extdev/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/extdev/tutorial.rst b/doc/extdev/tutorial.rst index a03d6e08b..875835e23 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**