summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
-rw-r--r--docs/narr/introduction.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a51a75636..0d4ca3e6c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,7 +4,7 @@
repoze.bfg
===========
-``repoze.bfg`` is a web application framework based on graph
+``repoze.bfg`` is a Python web application framework based on graph
traversal. It is inspired by Zope's publisher, though less ambitious
in scope. Instead, it embraces WSGI and existing WSGI software.
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst
index 21ba0162f..4588b92d3 100644
--- a/docs/narr/introduction.rst
+++ b/docs/narr/introduction.rst
@@ -1,7 +1,7 @@
:mod:`repoze.bfg` Introduction
==============================
-:mod:`repoze.bfg` is a web application framework based on graph
+:mod:`repoze.bfg` is a Python web application framework based on graph
traversal. It is inspired by Zope's publisher, and uses Zope
libraries to do much of its work. However, it is less ambitious and
less featureful than any released version of Zope's publisher.