summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2015-04-14 21:52:50 -0400
committerChris McDonough <chrism@plope.com>2015-04-14 21:52:50 -0400
commit9295929fc84008cdadd1c1625bedfe8384fbd044 (patch)
treee47bef93081241b43785ad2998c3ccd8196d13b1
parent81fb26d351168e13c9f0270e1ea7eb9bdecda51c (diff)
parent5e752cd4c9425c4a7e6df250bb8757e7275b573f (diff)
downloadpyramid-9295929fc84008cdadd1c1625bedfe8384fbd044.tar.gz
pyramid-9295929fc84008cdadd1c1625bedfe8384fbd044.tar.bz2
pyramid-9295929fc84008cdadd1c1625bedfe8384fbd044.zip
Merge branch 'master' of github.com:Pylons/pyramid
-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