summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-06-30 18:48:13 +0000
committerChris McDonough <chrism@agendaless.com>2010-06-30 18:48:13 +0000
commitcaa5bd8f508fe031b5d19c7f114b8ced2ffa462a (patch)
tree879c0b618acb5034cc5c177277e68df2141de058 /docs
parentd61024a2a7f625dd61b5face58f4190c9e233718 (diff)
downloadpyramid-caa5bd8f508fe031b5d19c7f114b8ced2ffa462a.tar.gz
pyramid-caa5bd8f508fe031b5d19c7f114b8ced2ffa462a.tar.bz2
pyramid-caa5bd8f508fe031b5d19c7f114b8ced2ffa462a.zip
fix references
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst2
-rw-r--r--docs/tutorials/bfgwiki/authorization.rst2
-rw-r--r--docs/tutorials/bfgwiki2/authorization.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst
index 68cbaeb29..c6bc1df2d 100644
--- a/docs/narr/urldispatch.rst
+++ b/docs/narr/urldispatch.rst
@@ -578,7 +578,7 @@ Each of the predicate callables fed to the ``custom_predicates``
argument of :meth:`repoze.bfg.configuration.Configurator.add_route` or
the ``custom_predicates`` ZCML attribute must be a callable accepting
two arguments. The first argument passed to a custom predicate is a
-dictionary conventionally named ``info`. The second argument is the
+dictionary conventionally named ``info``. The second argument is the
current :term:`request` object.
The ``info`` dictionary has a number of contained values: ``match`` is
diff --git a/docs/tutorials/bfgwiki/authorization.rst b/docs/tutorials/bfgwiki/authorization.rst
index 91224c23e..1d9cbe7e7 100644
--- a/docs/tutorials/bfgwiki/authorization.rst
+++ b/docs/tutorials/bfgwiki/authorization.rst
@@ -41,7 +41,7 @@ Note that the ``authtktauthenticationpolicy`` tag has two attributes:
``secret`` and ``callback``. ``secret`` is a string representing an
encryption key used by the "authentication ticket" machinery
represented by this policy: it is required. The ``callback`` is a
-string, representing a :term:`Python dotted name`, which points at the
+string, representing a :term:`dotted Python name`, which points at the
``groupfinder`` function in the current directory's ``security.py``
file. We haven't added that module yet, but we're about to.
diff --git a/docs/tutorials/bfgwiki2/authorization.rst b/docs/tutorials/bfgwiki2/authorization.rst
index 58b08cad0..709d0ba8e 100644
--- a/docs/tutorials/bfgwiki2/authorization.rst
+++ b/docs/tutorials/bfgwiki2/authorization.rst
@@ -114,7 +114,7 @@ Note that the ``authtktauthenticationpolicy`` tag has two attributes:
``secret`` and ``callback``. ``secret`` is a string representing an
encryption key used by the "authentication ticket" machinery
represented by this policy: it is required. The ``callback`` is a
-string, representing a :term:`Python dotted name`, which points at the
+string, representing a :term:`dotted Python name`, which points at the
``groupfinder`` function in the current directory's ``security.py``
file. We haven't added that module yet, but we're about to.