diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-10-06 20:22:28 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-10-06 20:22:28 -0700 |
| commit | 9b0f79b58f2a924234545af4b8c4830b8b335b8f (patch) | |
| tree | d636060a201e0c49210678275ab7895af8443b30 /docs/tutorials/wiki2/basiclayout.rst | |
| parent | f598a2f329980c8eead84a73d25ceeac2937e1a6 (diff) | |
| parent | b7736b4552fb6ba2c1745503f47e947928b293b1 (diff) | |
| download | pyramid-9b0f79b58f2a924234545af4b8c4830b8b335b8f.tar.gz pyramid-9b0f79b58f2a924234545af4b8c4830b8b335b8f.tar.bz2 pyramid-9b0f79b58f2a924234545af4b8c4830b8b335b8f.zip | |
Merge pull request #1928 from bertjwregeer/fix/docs
Small fixes to the docs
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki2/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 08132e8cd..80ae4b34e 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -204,7 +204,7 @@ Let's examine this in detail. First, we need some imports to support later code: Next we set up a SQLAlchemy ``DBSession`` object: .. literalinclude:: src/basiclayout/tutorial/models.py - :lines: 16 + :lines: 17 :language: py ``scoped_session`` and ``sessionmaker`` are standard SQLAlchemy helpers. |
