Jay Martin
2014-10-14 ee2313a6842d12ae0db91c14da3855e3f7dd0632
typo fix
1 files modified
2 ■■■ changed files
docs/quick_tutorial/forms.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/forms.rst
@@ -104,7 +104,7 @@
it is located. We point at the package, then the path inside the package.
We just need to include a call to ``add_static_view`` to make that
directory available at a URL. For Pyramid-specific pages,
directory available at a URL. For Pyramid-specific packages,
Pyramid provides a facility (``config.include()``) which even makes
that unnecessary for consumers of a package. (Deform is not specific to
Pyramid.)