summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/designdefense.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index 3cf0d8986..8b6291b25 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -748,10 +748,9 @@ BFG Provides Too Few "Rails"
By design, :mod:`repoze.bfg` is not a particularly "opinionated" web
framework. It has a relatively parsimonious feature set. It contains
no built in ORM nor any particular database bindings. It contains no
-form generation framework or sessioning library. It does not help
-with internationalization of content. It has no administrative web
-user interface. It has no built in text indexing. It does not
-dictate how you arrange your code.
+form generation framework. It does not contain a sessioning library.
+It has no administrative web user interface. It has no built in text
+indexing. It does not dictate how you arrange your code.
Such opinionated functionality exists in applications and frameworks
built *on top* of :mod:`repoze.bfg`. It's intended that higher-level