diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-25 23:37:10 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-25 23:37:10 -0800 |
| commit | c2092ff372f49efb73a923d97d641b0561594b3f (patch) | |
| tree | b353c1db1b32dfd748a887a2e4e4d56f384e4518 /docs/tutorials/wiki/authorization.rst | |
| parent | 9a47083da48d6967e329ff7e1730854760e66ca6 (diff) | |
| download | pyramid-c2092ff372f49efb73a923d97d641b0561594b3f.tar.gz pyramid-c2092ff372f49efb73a923d97d641b0561594b3f.tar.bz2 pyramid-c2092ff372f49efb73a923d97d641b0561594b3f.zip | |
Align line numbers with code
- See https://github.com/Pylons/pyramid-cookiecutter-starter/pull/66
Diffstat (limited to 'docs/tutorials/wiki/authorization.rst')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index 207b19d10..ef914cab5 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -154,7 +154,7 @@ Now add those policies to the configuration: .. literalinclude:: src/authorization/tutorial/__init__.py :lines: 15-25 :lineno-match: - :emphasize-lines: 4-6,9-10 + :emphasize-lines: 4-6,8-9 :language: python Only the highlighted lines need to be added. @@ -313,7 +313,7 @@ Our ``tutorial/__init__.py`` will look like this when we are done: .. literalinclude:: src/authorization/tutorial/__init__.py :linenos: - :emphasize-lines: 3-6,8,18-20,23-24 + :emphasize-lines: 3-6,8,18-20,22-23 :language: python Only the highlighted lines need to be added or edited. |
