summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 23:56:02 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-01 23:56:02 +0200
commit08c2217e7f831379016e1ddee0b5d51eeca53878 (patch)
treef5c69e3e1909046bc71ac3d5b78756796940797c /docs/tutorials
parent78bacaa69f63fe2bc6980d7d40fc0523d5af9199 (diff)
downloadpyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.gz
pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.tar.bz2
pyramid-08c2217e7f831379016e1ddee0b5d51eeca53878.zip
eliminate repeated "the" words
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst
index 12cf86a91..a7d8f1439 100644
--- a/docs/tutorials/wiki/basiclayout.rst
+++ b/docs/tutorials/wiki/basiclayout.rst
@@ -44,7 +44,7 @@ point happens to be the ``main`` function within the file named
and image files, for us, in this case, at
``http://localhost:6543/static/`` and below. The first argument is the
"name" ``static``, which indicates that the URL path prefix of the view
- will be ``/static``. the The second argument of this tag is the "path",
+ will be ``/static``. The second argument of this tag is the "path",
which is a relative :term:`asset specification`, so it finds the resources
it should serve within the ``static`` directory inside the ``tutorial``
package. The scaffold could have alternately used an *absolute* asset