diff options
| author | cewing <cris@crisewing.com> | 2016-06-02 17:16:29 -0700 |
|---|---|---|
| committer | cewing <cris@crisewing.com> | 2016-06-09 11:20:54 -0700 |
| commit | 335200ed8f2b3fbd37fe8816749a9c2303082a53 (patch) | |
| tree | 67505decca6e7b3de2ccdb25d1ebc9673eedafad /docs/narr/introduction.rst | |
| parent | a34127c5d95093252d9a0d0c419ff18e914a6c71 (diff) | |
| download | pyramid-335200ed8f2b3fbd37fe8816749a9c2303082a53.tar.gz pyramid-335200ed8f2b3fbd37fe8816749a9c2303082a53.tar.bz2 pyramid-335200ed8f2b3fbd37fe8816749a9c2303082a53.zip | |
be assertive in claims
Diffstat (limited to 'docs/narr/introduction.rst')
| -rw-r--r-- | docs/narr/introduction.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index de6ac408b..a387594d2 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -9,9 +9,8 @@ :app:`Pyramid` Introduction =========================== -:app:`Pyramid` is a general, open source, Python web application development -*framework*. Its primary goal is to make it easier for a Python developer to -create web applications. +:app:`Pyramid` is a Python web application *framework*. It is designed to make +creating web applications easier. It is open source. .. sidebar:: Frameworks vs. Libraries @@ -29,7 +28,7 @@ create web applications. framework provides a set of facilities that fits your application requirements. -Pyramid attempts to follow these design and engineering principles: +Pyramid follows these design and engineering principles: Simplicity :app:`Pyramid` takes a *"pay only for what you eat"* approach. You can get |
