summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/i18n.rst2
-rw-r--r--docs/narr/muchadoabouttraversal.rst4
-rw-r--r--docs/narr/urldispatch.rst2
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 631654d32..c5e6a9062 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -249,7 +249,7 @@ GNU gettext uses three types of files in the translation framework,
The tools for working with :term:`gettext` translation files related to a
:app:`Pyramid` application is :term:`Babel` and :term:`Lingua`. Lingua is a
-Balel extension that provides support for scraping i18n references out of
+Babel extension that provides support for scraping i18n references out of
Python and Chameleon files.
.. index::
diff --git a/docs/narr/muchadoabouttraversal.rst b/docs/narr/muchadoabouttraversal.rst
index a948e57cc..4a249ed0d 100644
--- a/docs/narr/muchadoabouttraversal.rst
+++ b/docs/narr/muchadoabouttraversal.rst
@@ -4,7 +4,9 @@
Much Ado About Traversal
========================
-.. note:: This chapter was adapted, with permission, from a blog post by `Rob
+.. note::
+
+ This chapter was adapted, with permission, from a blog post by `Rob
Miller <http://blog.nonsequitarian.org/>`_, originally published at
http://blog.nonsequitarian.org/2010/much-ado-about-traversal/ .
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index c2414965c..35613ea1b 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -101,7 +101,7 @@ that references ``myroute`` as a ``route_name`` parameter:
def myview(request):
return Response('OK')
-THe above combination of ``add_route`` and ``scan`` is completely equivalent
+The above combination of ``add_route`` and ``scan`` is completely equivalent
to using the previous combination of ``add_route`` and ``add_view``.
.. index::