summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-07-24 22:00:18 +0000
committerChris McDonough <chrism@agendaless.com>2008-07-24 22:00:18 +0000
commitb4115b083c8c9878c384bf3a4ebbf7589f546e4d (patch)
tree6a6cf918517707229ac8da941c8b3c21b85ce2b0 /docs
parentb4e2b6d6ff3a1dc7f96ac54e067bfe52b2a6d67f (diff)
downloadpyramid-b4115b083c8c9878c384bf3a4ebbf7589f546e4d.tar.gz
pyramid-b4115b083c8c9878c384bf3a4ebbf7589f546e4d.tar.bz2
pyramid-b4115b083c8c9878c384bf3a4ebbf7589f546e4d.zip
Sorry for the checkin spam.
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.