diff options
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/introduction.rst | 2 | ||||
| -rw-r--r-- | docs/narr/project.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 54051b904..497b09b40 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -55,7 +55,7 @@ Familiarity Trustability :mod:`repoze.bfg` is developed conservatively and tested exhaustively. *If it ain't tested, it's broke.* Every release of - :mod:`repoze.bfg` has 100% unit test converage. + :mod:`repoze.bfg` has 100% statement coverage via unit tests. A Sense of Fun Developing a :mod:`repoze.bfg` application should not feel foreign diff --git a/docs/narr/project.rst b/docs/narr/project.rst index c76223401..41b0bce02 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -4,7 +4,7 @@ Creating a :mod:`repoze.bfg` Project ==================================== While it's possible to create a :mod:`repoze.bfg` application -completely manually, it's usfeul to be able to create a "skeleton" +completely manually, it's useful to be able to create a "skeleton" :mod:`repoze.bfg` application using an application skeleton generator. "Skeleton" projects can be created using the ``paster create`` command in conjunction with :term:`Paste` templates. Various project |
