diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 23:57:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-23 23:57:13 (GMT) |
commit | 4b7edbc80482311544f35aa144d14bc396032258 (patch) | |
tree | 51b77b67290d6e6ed77e96913ad58fc2899f0136 /Doc/howto | |
parent | a89918aeb25ed7def89d7bec15e6b0364eefc145 (diff) | |
download | cpython-4b7edbc80482311544f35aa144d14bc396032258.zip cpython-4b7edbc80482311544f35aa144d14bc396032258.tar.gz cpython-4b7edbc80482311544f35aa144d14bc396032258.tar.bz2 |
Merged revisions 79364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r79364 | ezio.melotti | 2010-03-24 01:56:06 +0200 (Wed, 24 Mar 2010) | 9 lines
Merged revisions 79362 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79362 | ezio.melotti | 2010-03-24 01:53:20 +0200 (Wed, 24 Mar 2010) | 1 line
Another typo.
........
................
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/webservers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index f1e24e8..ef043b3 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -677,7 +677,7 @@ project called `Grok <http://grok.zope.org/>`_ which makes it possible for "normal" Python programmers use the very mature Zope components. Another framework that's already been mentioned is `Pylons`_. Pylons is much -like TurboGears with ab even stronger emphasis on flexibility, which is bought +like TurboGears with an even stronger emphasis on flexibility, which is bought at the cost of being more difficult to use. Nearly every component can be exchanged, which makes it necessary to use the documentation of every single component, because there are so many Pylons combinations possible that can |