diff options
| author | Naoko Reeves <naoko@Naokos-MacBook-Air.local> | 2015-11-05 13:40:23 -0700 |
|---|---|---|
| committer | Naoko Reeves <naoko@Naokos-MacBook-Air.local> | 2015-11-05 13:40:23 -0700 |
| commit | bf564d134846b16271f6c9c1742fc1fd86de71ec (patch) | |
| tree | db7bd30ebe1cfc0e68f4e3616aa5d954d46d94e4 /docs/tutorials | |
| parent | 5a7e26812a0afd18f6335641e799f6892c970fb5 (diff) | |
| download | pyramid-bf564d134846b16271f6c9c1742fc1fd86de71ec.tar.gz pyramid-bf564d134846b16271f6c9c1742fc1fd86de71ec.tar.bz2 pyramid-bf564d134846b16271f6c9c1742fc1fd86de71ec.zip | |
literalinclude line number was off for Base object
Diffstat (limited to 'docs/tutorials')
| -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 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 |
