diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-09-26 07:34:03 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-09-26 07:34:03 -0700 |
| commit | 0bb0b805fd5e3c7f6ab33f69471c2d194bc884b7 (patch) | |
| tree | ea143a7bf7c7f70ad3beb2bfc7b4547625bdab57 /docs | |
| parent | 13badbc64f21aec7d6b19206df53ce29f90346c9 (diff) | |
| parent | 5f0c50dc5f2d739a816f35992a024f616117b44c (diff) | |
| download | pyramid-0bb0b805fd5e3c7f6ab33f69471c2d194bc884b7.tar.gz pyramid-0bb0b805fd5e3c7f6ab33f69471c2d194bc884b7.tar.bz2 pyramid-0bb0b805fd5e3c7f6ab33f69471c2d194bc884b7.zip | |
Merge pull request #1418 from jaymartin7/patch-1
Update ini.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/quick_tutorial/ini.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tutorial/ini.rst b/docs/quick_tutorial/ini.rst index 132bc30be..b8720711b 100644 --- a/docs/quick_tutorial/ini.rst +++ b/docs/quick_tutorial/ini.rst @@ -14,8 +14,8 @@ Pyramid has a first-class concept of :ref:`configuration <configuration_narr>` distinct from code. This approach is optional, but its presence makes it distinct from other Python web frameworks. It taps into Python's ``setuptools`` -library, which establishes conventions for how Python projects can be -installed and provide "entry points". Pyramid uses an entry point to +library, which establishes conventions for installing and providing +"entry points" for Python projects. Pyramid uses an entry point to let a Pyramid application know where to find the WSGI app. Objectives |
