Chris McDonough
2015-04-15 9295929fc84008cdadd1c1625bedfe8384fbd044
Merge branch 'master' of github.com:Pylons/pyramid
2 files modified
4 ■■■■ changed files
HACKING.txt 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/authorization.rst 2 ●●● patch | view | raw | blame | history
HACKING.txt
@@ -238,7 +238,7 @@
    $ ./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
docs/tutorials/wiki2/authorization.rst
@@ -211,7 +211,7 @@
   ``view_page`` route definition:
   .. literalinclude:: src/authorization/tutorial/__init__.py
      :lines: 32
      :lines: 33
      :linenos:
      :language: python