diff options
| author | Patricio Paez <pp@pp.com.mx> | 2012-12-01 22:30:50 -0600 |
|---|---|---|
| committer | Patricio Paez <pp@pp.com.mx> | 2012-12-01 22:30:50 -0600 |
| commit | 479178179df2e3554d81d8c42d7ff46b75901c62 (patch) | |
| tree | c6720dc2f08cd49d3a87771db97c4f17192c5dc2 /docs/tutorials/wiki2/basiclayout.rst | |
| parent | e90fa43a8051dfc8799596e17b72fd3d3def6516 (diff) | |
| download | pyramid-479178179df2e3554d81d8c42d7ff46b75901c62.tar.gz pyramid-479178179df2e3554d81d8c42d7ff46b75901c62.tar.bz2 pyramid-479178179df2e3554d81d8c42d7ff46b75901c62.zip | |
Sync models.py in SQL wiki tutorial
- Update lines and emphasized-lines
- No line numbers if only a single line
Diffstat (limited to 'docs/tutorials/wiki2/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki2/basiclayout.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst index 7b9c44bb1..934bfb52a 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -200,7 +200,6 @@ Next we set up a SQLAlchemy "DBSession" object: .. literalinclude:: src/basiclayout/tutorial/models.py :lines: 16 - :linenos: :language: py ``scoped_session`` and ``sessionmaker`` are standard SQLAlchemy helpers. |
