summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt2
-rw-r--r--docs/tutorials/wiki2/authorization.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 9a7df8679..e31dd8714 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -238,7 +238,7 @@ or adds the feature. To build and review docs, use the following steps.
$ ./builddocs
-5. Open the ``.tox/_build/html/index.html`` file to see the resulting HTML
+4. Open the ``.tox/_build/html/index.html`` file to see the resulting HTML
rendering.
Change Log
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst
index 2e35574fd..90a89d63e 100644
--- a/docs/tutorials/wiki2/authorization.rst
+++ b/docs/tutorials/wiki2/authorization.rst
@@ -211,7 +211,7 @@ routes:
``view_page`` route definition:
.. literalinclude:: src/authorization/tutorial/__init__.py
- :lines: 32
+ :lines: 33
:linenos:
:language: python