summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4d6b73ee0..83159dc45 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 is 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 released version of Zope.
+:mod:`repoze.bfg` uses the :term:`WSGI` protocol to handle requests
+and responses.
Similarities to Other Frameworks
--------------------------------