summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2
diff options
context:
space:
mode:
authorKyle Johnson <kyle@tinyepic.com>2011-01-28 20:16:49 -0800
committerKyle Johnson <kyle@tinyepic.com>2011-01-28 20:16:49 -0800
commita42a1efebd872f21c2fa96382248a2459cfb483c (patch)
tree47a006c0d1b47bcdcc40fd49539a3b1ebc084a71 /docs/tutorials/wiki2
parent82043fde6b343ccc065e880d2e9dcca8a99512ff (diff)
downloadpyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.tar.gz
pyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.tar.bz2
pyramid-a42a1efebd872f21c2fa96382248a2459cfb483c.zip
minor grammar fixes ('a' vs 'an')
Diffstat (limited to 'docs/tutorials/wiki2')
-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 565bd0e96..17dcfc48f 100644
--- a/docs/tutorials/wiki2/basiclayout.rst
+++ b/docs/tutorials/wiki2/basiclayout.rst
@@ -60,7 +60,7 @@ function:
#. *Lines 13-14*. Register a :term:`route configuration` via the
:meth:`pyramid.config.Configurator.add_route` method that will be
- used when the URL is ``/``. Since this route has an ``pattern`` equalling
+ used when the URL is ``/``. Since this route has a ``pattern`` equalling
``/`` it is the "default" route. The argument named ``view`` with the
value ``tutorial.views.my_view`` is the dotted name to a *function* we
write (generated by the ``pyramid_routesalchemy`` template) that is given