diff options
| author | Vincent Férotin <vincent.ferotin@gmail.com> | 2016-05-08 17:12:42 +0200 |
|---|---|---|
| committer | Vincent Férotin <vincent.ferotin@gmail.com> | 2016-05-08 17:12:42 +0200 |
| commit | 283ad4c8125061cc3166bf1af925a38920478c9b (patch) | |
| tree | 6d4c6594782f389264a85ecf113ddc4a77194189 /docs/tutorials/wiki/tests.rst | |
| parent | 8b18ae8fa7f7f51aec7e1fa3a23be8adbb5f88f2 (diff) | |
| download | pyramid-283ad4c8125061cc3166bf1af925a38920478c9b.tar.gz pyramid-283ad4c8125061cc3166bf1af925a38920478c9b.tar.bz2 pyramid-283ad4c8125061cc3166bf1af925a38920478c9b.zip | |
docs: Fix typos.
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki/tests.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index aa4cb3597..85a023cc9 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -52,8 +52,8 @@ Running the tests ================= We can run these tests by using ``py.test`` similarly to how we did in -:ref:`running_tests`. Courtest of the scaffold, our testing dependencies have -already been satisfied and ``py.test`` and coverage has already been +:ref:`running_tests`. Courtesy of the scaffold, our testing dependencies have +already been satisfied and ``py.test`` and coverage have already been configured, so we can jump right to running tests. On UNIX: |
