diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 8cf9ded49..34cde288f 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -35,7 +35,7 @@ When you're done, your ``__init__.py`` will look like so: .. literalinclude:: src/authorization/tutorial/__init__.py :linenos: - :language: xml + :language: python Note that the creation of an ``AuthTktAuthenticationPolicy`` requires two arguments: ``secret`` and ``callback``. ``secret`` is a string representing |
