diff options
| author | andrew david burt <andrew@ampletorque.com> | 2016-07-29 16:18:21 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-07-29 16:27:23 -0700 |
| commit | 3caa9dab20789a4d8cce58a9dec9e4ff25be6127 (patch) | |
| tree | aa453f1b72bf2427e8af9c05f2d1bf77217c6151 | |
| parent | a37645742645589bd1700adf771a46d74568877c (diff) | |
| download | pyramid-3caa9dab20789a4d8cce58a9dec9e4ff25be6127.tar.gz pyramid-3caa9dab20789a4d8cce58a9dec9e4ff25be6127.tar.bz2 pyramid-3caa9dab20789a4d8cce58a9dec9e4ff25be6127.zip | |
corrected folder name in docs
one of the instances of the tutorial's folder name was mistyped as "tutorials" rather than "tutorial" in the "Route declarations" section
(cherry picked from commit 696f17c)
| -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 ce67bb9e3..98a14c644 100644 --- a/docs/tutorials/wiki2/basiclayout.rst +++ b/docs/tutorials/wiki2/basiclayout.rst @@ -114,7 +114,7 @@ Finally ``main`` is finished configuring things, so it uses the Route declarations ------------------ -Open the ``tutorials/routes.py`` file. It should already contain the following: +Open the ``tutorial/routes.py`` file. It should already contain the following: .. literalinclude:: src/basiclayout/tutorial/routes.py :linenos: |
