summaryrefslogtreecommitdiff
path: root/docs/tutorials/bfgwiki2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/bfgwiki2')
-rw-r--r--docs/tutorials/bfgwiki2/authorization.rst2
1 files changed, 1 insertions, 1 deletions
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.