From 7f05986f5040fc8581f0653ec3073052acae3e38 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Mon, 20 Jul 2009 13:17:50 +0000 Subject: Small wording change courtesy of Russ Ferriday --- docs/narr/introduction.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index b277d8666..2af6cadc2 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -109,11 +109,10 @@ which persistence mechanisms you should use to build an application. Zope applications are typically reliant on :term:`ZODB`; :mod:`repoze.bfg` allows you to build :term:`ZODB` applications, but it has no reliance on the ZODB package. Likewise, :term:`Django` -tends to make the assumption that you're going to want to store your -application's data in a relational database. :mod:`repoze.bfg` makes -no such assumption; it allows you to use a relational database but -doesn't encourage or discourage an application developer about such a -decision. +tends to assume that you want to store your application's data in a +relational database. :mod:`repoze.bfg` makes no such assumption; it +allows you to use a relational database but doesn't encourage or +discourage an application developer about such a decision. Why? ---- -- cgit v1.2.3