From b2b56690f614acf13ed9c3c03fab51f0f3950c4f Mon Sep 17 00:00:00 2001 From: Antti Haapala Date: Tue, 14 Apr 2015 12:16:32 +0300 Subject: fixed documentation; wrong line in docs --- docs/tutorials/wiki2/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 5e752cd4c9425c4a7e6df250bb8757e7275b573f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 14 Apr 2015 16:22:35 -0400 Subject: 4 comes after 3 --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3