summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-09-01 13:59:08 -0700
committerGitHub <noreply@github.com>2018-09-01 13:59:08 -0700
commit893cb6f6c00a6de5d85194f9164cb72f1a94dbac (patch)
treeeaf479acc06236b1c9601dff84589ae99df6b809 /docs
parent332ca33fc51fb64b8e15e1aceb28e96dee2c6fec (diff)
downloadpyramid-893cb6f6c00a6de5d85194f9164cb72f1a94dbac.tar.gz
pyramid-893cb6f6c00a6de5d85194f9164cb72f1a94dbac.tar.bz2
pyramid-893cb6f6c00a6de5d85194f9164cb72f1a94dbac.zip
Remove extra "the"
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst
index 671893b5f..315aca29e 100644
--- a/docs/tutorials/wiki2/basiclayout.rst
+++ b/docs/tutorials/wiki2/basiclayout.rst
@@ -65,7 +65,7 @@ with the ``.jinja2`` extension within our project.
:lineno-match:
:language: py
-Next include the the package ``models`` using a dotted Python path. The exact
+Next include the package ``models`` using a dotted Python path. The exact
setup of the models will be covered later.
.. literalinclude:: src/basiclayout/tutorial/__init__.py