diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-23 22:49:38 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-23 22:49:38 -0600 |
| commit | 1a27bf722ddf945f13ebf2c5bdb9ca121ad15663 (patch) | |
| tree | a523837721c01c441116737dcbb629b5f464cd2c /docs/tutorials/wiki2/authentication.rst | |
| parent | d2f0fe8e44fd81d99142b8174c665354a072b774 (diff) | |
| parent | f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0 (diff) | |
| download | pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.gz pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.bz2 pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.zip | |
Merge pull request #2883 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - wiki2
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
| -rw-r--r-- | docs/tutorials/wiki2/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst index 5447db861..ff59ce70b 100644 --- a/docs/tutorials/wiki2/authentication.rst +++ b/docs/tutorials/wiki2/authentication.rst @@ -92,7 +92,7 @@ Our authentication policy is expecting a new setting, ``auth.secret``. Open the file ``development.ini`` and add the highlighted line below: .. literalinclude:: src/authentication/development.ini - :lines: 18-20 + :lines: 17-19 :emphasize-lines: 3 :lineno-match: :language: ini |
