summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2009-01-19 20:04:21 +0000
committerPaul Everitt <paul@agendaless.com>2009-01-19 20:04:21 +0000
commit17f71374fb654d1260840f2ceade52063a53e669 (patch)
tree922164a7fbfc640cd0afb94dbc71213a14d30eea /docs
parentd0a60b90d5ef19a757fd9685edb432c93a1504af (diff)
downloadpyramid-17f71374fb654d1260840f2ceade52063a53e669.tar.gz
pyramid-17f71374fb654d1260840f2ceade52063a53e669.tar.bz2
pyramid-17f71374fb654d1260840f2ceade52063a53e669.zip
Small typo fix.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/introduction.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 9bee04c24..3558d334d 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -3,9 +3,9 @@
:mod:`repoze.bfg` is a Python web application framework. It is
inspired by Zope, and uses :term:`Zope` libraries to do much of its
-work. However, it simpler than any than any released version of Zope.
-:mod:`repoze.bfg` uses the :term:`WSGI` protocol to handle requests
-and responses.
+work. However, it is simpler than any than any released version of
+Zope. :mod:`repoze.bfg` uses the :term:`WSGI` protocol to handle
+requests and responses.
Similarities to Other Frameworks
--------------------------------