Chris McDonough
2011-09-07 5962195498f53a349b101c9c8ca19daa9c1c9972
wording
1 files modified
8 ■■■■ changed files
docs/narr/introduction.rst 8 ●●●● patch | view | raw | blame | history
docs/narr/introduction.rst
@@ -94,12 +94,12 @@
We don't think it's a universally reasonable suggestion to write "small apps"
in a "small framework" and "big apps" in a "big framework".  You can't really
know what size every application will eventually grow to.  We don't really
know to what size every application will eventually grow.  We don't really
want to have to rewrite a previously small application in another framework
when it gets "too big".  We believe the current binary distinction between
"small" and "large" frameworks is just false; a well-designed framework
should be able to be good at both.  Pyramid strives to be that kind of
framework.
frameworks for small and large applications is just false; a well-designed
framework should be able to be good at both.  Pyramid strives to be that kind
of framework.
To this end, Pyramid provides a set of features, that, combined, are unique
amongst Python web frameworks.  Lots of other frameworks contain some