From: Ezio Melotti Date: Tue, 23 Mar 2010 23:54:33 +0000 (+0000) Subject: Merged revisions 79362 via svnmerge from X-Git-Tag: v2.6.6rc1~536 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=983cfa12515d8b57cba7d2bbde7586eb6a1adcb7;p=python 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. ........ --- diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst index 8cff555e12..742c8f40c8 100644 --- a/Doc/howto/webservers.rst +++ b/Doc/howto/webservers.rst @@ -676,7 +676,7 @@ project called `Grok `_ 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