Chris McDonough
2011-07-19 ead3c7e169dbac62f97cbaffc15f3c40430b70ea
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
2 files modified
12 ■■■■ changed files
CHANGES.txt 8 ●●●●● patch | view | raw | blame | history
docs/tutorials/wiki2/authorization.rst 4 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,3 +1,11 @@
Next release
============
Documentation
-------------
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
1.1b4 (2011-07-18)
==================
docs/tutorials/wiki2/authorization.rst
@@ -54,7 +54,7 @@
``models.py`` file:
.. literalinclude:: src/authorization/tutorial/models.py
   :lines: 3-4,45-49
   :lines: 3-4,45-50
   :linenos:
   :language: python
@@ -228,7 +228,7 @@
.. code-block:: python
   :linenos:
   return dict(page = context,
   return dict(page = page,
               content = content,
               logged_in = logged_in,
               edit_url = edit_url)