From fa13770dba3947ce78c2a67041cbd02272992104 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Sun, 11 Jun 2017 09:06:53 +0200
Subject: [PATCH] fix out of range error

---
 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 211d69f..c9ba9fe 100644
--- a/docs/tutorials/wiki/authorization.rst
+++ b/docs/tutorials/wiki/authorization.rst
@@ -157,7 +157,7 @@
 .. literalinclude:: src/authorization/tutorial/__init__.py
    :lines: 18-25
    :lineno-match:
-   :emphasize-lines: 1-3,7-9
+   :emphasize-lines: 1-3,7-8
    :language: python
 
 Only the highlighted lines need to be added.

--
Gitblit v1.9.3