diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-20 01:35:37 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-20 01:35:37 -0700 |
| commit | a90c0e612c1c8f397838493af1af6a86e340b6d3 (patch) | |
| tree | 790dec036929498caf74f6582c39190851ca7ef2 /docs/quick_tutorial | |
| parent | 29e1dc8ddc286b715d318d812fbb3321f57c07a4 (diff) | |
| parent | 722a0e2b2ced00d1375ef70f4c86652522a03081 (diff) | |
| download | pyramid-a90c0e612c1c8f397838493af1af6a86e340b6d3.tar.gz pyramid-a90c0e612c1c8f397838493af1af6a86e340b6d3.tar.bz2 pyramid-a90c0e612c1c8f397838493af1af6a86e340b6d3.zip | |
Merge pull request #1689 from stevepiercy/master
correct reference to line numbers
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/ini.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index b8720711b..4e062e575 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -88,7 +88,7 @@ the Pyramid chapter on - ``pserve`` looks for ``[app:main]`` and finds ``use = egg:tutorial`` -- The projects's ``setup.py`` has defined an "entry point" (lines 9-10) +- The projects's ``setup.py`` has defined an "entry point" (lines 9-12) for the project "main" entry point of ``tutorial:main`` - The ``tutorial`` package's ``__init__`` has a ``main`` function |
