From 98d171f300186b30912770ff68baa67787b7b4c1 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 22 Dec 2010 22:38:35 -0500 Subject: right example language --- docs/tutorials/wiki/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/authorization.rst') 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 -- cgit v1.2.3