summaryrefslogtreecommitdiff
path: root/docs/narr/i18n.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-10 02:32:28 -0400
committerChris McDonough <chrism@plope.com>2013-08-10 02:32:28 -0400
commitdff772959de5604c44a445bee30b9bdf9741f56b (patch)
tree53c2a6a57e7d205e78aab7054684d312de6b4fb7 /docs/narr/i18n.rst
parent3f503d0a30b487b590fc3e12834ce12d8ed0a25c (diff)
parent3c173be3c43aba74554265cbfe3a11f4de9ca537 (diff)
downloadpyramid-dff772959de5604c44a445bee30b9bdf9741f56b.tar.gz
pyramid-dff772959de5604c44a445bee30b9bdf9741f56b.tar.bz2
pyramid-dff772959de5604c44a445bee30b9bdf9741f56b.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/narr/i18n.rst')
-rw-r--r--docs/narr/i18n.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 74765f8e2..2964686d3 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -808,7 +808,7 @@ If this setting is supplied within the :app:`Pyramid` application
default_locale_name = settings['pyramid.default_locale_name']
.. index::
- single: detecting langauges
+ single: detecting languages
"Detecting" Available Languages
-------------------------------
@@ -984,7 +984,7 @@ requires no additional coding or configuration.
The default locale negotiator implementation named
:class:`~pyramid.i18n.default_locale_negotiator` uses the following
-set of steps to dermine the locale name.
+set of steps to determine the locale name.
- First, the negotiator looks for the ``_LOCALE_`` attribute of the
request object (possibly set directly by view code or by a listener