From 06c28384c1217e054f530df511b434ff543e3132 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Sun, 11 Jun 2017 19:34:43 +0200
Subject: [PATCH] Merge pull request #3082 from stevepiercy/master

---
 docs/tutorials/wiki/authorization.rst |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst
index 0ba734f..c9ba9fe 100644
--- a/docs/tutorials/wiki/authorization.rst
+++ b/docs/tutorials/wiki/authorization.rst
@@ -49,7 +49,7 @@
 
 .. literalinclude:: src/authorization/setup.py
    :linenos:
-   :emphasize-lines: 21
+   :emphasize-lines: 23
    :language: python
 
 Only the highlighted line needs to be added.
@@ -155,9 +155,9 @@
 Now add those policies to the configuration:
 
 .. literalinclude:: src/authorization/tutorial/__init__.py
-   :lines: 18-23
+   :lines: 18-25
    :lineno-match:
-   :emphasize-lines: 1-3,5-6
+   :emphasize-lines: 1-3,7-8
    :language: python
 
 Only the highlighted lines need to be added.
@@ -327,7 +327,7 @@
 
 .. literalinclude:: src/authorization/tutorial/__init__.py
    :linenos:
-   :emphasize-lines: 4-5,8,18-20,22-23
+   :emphasize-lines: 4-5,8,18-20,24-25
    :language: python
 
 Only the highlighted lines need to be added or edited.

--
Gitblit v1.9.3