summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-11-05 14:57:27 -0600
committerMichael Merickel <michael@merickel.org>2015-11-05 14:57:27 -0600
commit355a7fb40ea4c271af5ae5afec6d4b154f57b4f4 (patch)
treedb7bd30ebe1cfc0e68f4e3616aa5d954d46d94e4 /docs
parent5a7e26812a0afd18f6335641e799f6892c970fb5 (diff)
parentbf564d134846b16271f6c9c1742fc1fd86de71ec (diff)
downloadpyramid-355a7fb40ea4c271af5ae5afec6d4b154f57b4f4.tar.gz
pyramid-355a7fb40ea4c271af5ae5afec6d4b154f57b4f4.tar.bz2
pyramid-355a7fb40ea4c271af5ae5afec6d4b154f57b4f4.zip
Merge pull request #2082 from naoko/wiki2-totorial-basiclayout
literalinclude line number was off for Base object
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorials/wiki2/basiclayout.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/basiclayout.rst b/docs/tutorials/wiki2/basiclayout.rst
index 80ae4b34e..695d7f15b 100644
--- a/docs/tutorials/wiki2/basiclayout.rst
+++ b/docs/tutorials/wiki2/basiclayout.rst
@@ -220,7 +220,7 @@ We also need to create a declarative ``Base`` object to use as a
base class for our model:
.. literalinclude:: src/basiclayout/tutorial/models.py
- :lines: 17
+ :lines: 18
:language: py
Our model classes will inherit from this ``Base`` class so they can be