diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-30 19:57:09 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-30 19:57:09 +0000 |
| commit | 719a939c6712e38cc44ee1774d51894e530eddc9 (patch) | |
| tree | 11cc8735c7ae71df07d94a443cf39dd0839d2db1 /docs/narr | |
| parent | 8ab4d08297b9f493afc9898f68971527e2e5021f (diff) | |
| download | pyramid-719a939c6712e38cc44ee1774d51894e530eddc9.tar.gz pyramid-719a939c6712e38cc44ee1774d51894e530eddc9.tar.bz2 pyramid-719a939c6712e38cc44ee1774d51894e530eddc9.zip | |
Spellcheck.
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 |
