diff options
Diffstat (limited to 'docs/narr/introduction.rst')
| -rw-r--r-- | docs/narr/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 9a8ba0980..b13da0a0d 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -16,8 +16,8 @@ representation of the contents of an accounting ledger, while a web page served by another application might be a listing of songs. These applications probably won't serve the same set of customers. However, although they're not very similar on the surface, both a -ledger-serving application and a song-serving application could be -successfully written using :mod:`repoze.bfg`. +ledger-serving application and a song-serving application can be +written using :mod:`repoze.bfg`. :mod:`repoze.bfg` is a very general open source Python web *framework*. As a framework, its primary job is to make it easier for |
