diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-12-01 19:43:02 -0600 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-12-01 19:43:02 -0600 |
| commit | e90fa43a8051dfc8799596e17b72fd3d3def6516 (patch) | |
| tree | ba0f33434c774d31841a497db04578c2f7a5442c /docs/tutorials/wiki2/authorization.rst | |
| parent | c47b8caa24857c1c35fd0ddf72a237c70b63f5cd (diff) | |
| download | pyramid-e90fa43a8051dfc8799596e17b72fd3d3def6516.tar.gz pyramid-e90fa43a8051dfc8799596e17b72fd3d3def6516.tar.bz2 pyramid-e90fa43a8051dfc8799596e17b72fd3d3def6516.zip | |
Sync __init__.py in SQL wiki tutorial
- Update lines and emphasized-lines
- No line numbers if only a single line
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authorization.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index 1ddf8c82d..ffaf1e35e 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -112,7 +112,7 @@ parameter to our :term:`Configurator` constructor, that points to the class we created above: .. literalinclude:: src/authorization/tutorial/__init__.py - :lines: 23-24 + :lines: 24-25 :linenos: :emphasize-lines: 2 :language: python @@ -144,7 +144,7 @@ add these import statements: Now add those policies to the configuration: .. literalinclude:: src/authorization/tutorial/__init__.py - :lines: 20-26 + :lines: 21-27 :linenos: :emphasize-lines: 1-3,6-7 :language: python @@ -206,7 +206,7 @@ Go back to ``tutorial/tutorial/__init__.py`` and add these two routes: .. literalinclude:: src/authorization/tutorial/__init__.py - :lines: 29-30 + :lines: 30-31 :linenos: :language: python @@ -333,7 +333,7 @@ when we're done: .. literalinclude:: src/authorization/tutorial/__init__.py :linenos: - :emphasize-lines: 2-3,7,23-24,20-26,29-30 + :emphasize-lines: 2-3,7,21-23,25-27,30-31 :language: python (Only the highlighted lines need to be added.) |
