summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-23 23:53:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-23 23:53:20 (GMT)
commitf8d1d0f7fb6211aa9555d7c5f38b54ac9da74212 (patch)
treec1527549585f6fc91a58d79d2463d00789c1bfe4 /Doc
parentd72a628797326551fea6e4750c05e56bf3db4ecf (diff)
downloadcpython-f8d1d0f7fb6211aa9555d7c5f38b54ac9da74212.zip
cpython-f8d1d0f7fb6211aa9555d7c5f38b54ac9da74212.tar.gz
cpython-f8d1d0f7fb6211aa9555d7c5f38b54ac9da74212.tar.bz2
Another typo.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/howto/webservers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/webservers.rst b/Doc/howto/webservers.rst
index 8cff555..742c8f4 100644
--- a/Doc/howto/webservers.rst
+++ b/Doc/howto/webservers.rst
@@ -676,7 +676,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