From caa5bd8f508fe031b5d19c7f114b8ced2ffa462a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Jun 2010 18:48:13 +0000 Subject: fix references --- docs/tutorials/bfgwiki/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/bfgwiki') 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. -- cgit v1.2.3