diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-05-17 04:31:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-17 04:31:00 -0700 |
| commit | 8c4d422965b633f31967ceed1e6cc25cc616d0bf (patch) | |
| tree | 58df815425afb438ee4fe923389702299c411039 /docs/tutorials | |
| parent | c74cc428d941e60904b9899463a517207c0cf6b2 (diff) | |
| parent | ad6b57f351799c44eb539cf622ed197ea85f9dbd (diff) | |
| download | pyramid-8c4d422965b633f31967ceed1e6cc25cc616d0bf.tar.gz pyramid-8c4d422965b633f31967ceed1e6cc25cc616d0bf.tar.bz2 pyramid-8c4d422965b633f31967ceed1e6cc25cc616d0bf.zip | |
Merge pull request #3045 from stevepiercy/master
remove bad path from python executable
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/authorization.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/authorization.rst b/docs/tutorials/wiki/authorization.rst index d580e7816..0ba734f83 100644 --- a/docs/tutorials/wiki/authorization.rst +++ b/docs/tutorials/wiki/authorization.rst @@ -233,7 +233,7 @@ Add the following import statements to the head of .. literalinclude:: src/authorization/tutorial/views.py :lines: 6-17 - :emphasize-lines: 1-14 + :emphasize-lines: 1-12 :language: python All the highlighted lines need to be added or edited. |
