summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/unit_testing.rst
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2015-10-20 23:19:18 -0600
committerBert JW Regeer <bertjw@regeer.org>2015-10-20 23:19:18 -0600
commit18e54fe9619fd8b2aa6006126fc1c2840e32f2c1 (patch)
treeea26bbfd681ae5d821f2cde9ac5cbe2e80f5c714 /docs/quick_tutorial/unit_testing.rst
parentbf40a3920278b3e7a01ef5403196b35f45cfcb3c (diff)
parentd4221720b8409eafb65b301562be327af0196c7e (diff)
downloadpyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.tar.gz
pyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.tar.bz2
pyramid-18e54fe9619fd8b2aa6006126fc1c2840e32f2c1.zip
Merge branch 'master' of github.com:Pylons/pyramid into feature/configurable-view-deriver
Diffstat (limited to 'docs/quick_tutorial/unit_testing.rst')
-rw-r--r--docs/quick_tutorial/unit_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst
index f8a33b39d..4cb7ef714 100644
--- a/docs/quick_tutorial/unit_testing.rst
+++ b/docs/quick_tutorial/unit_testing.rst
@@ -24,7 +24,7 @@ and functionality. The Pyramid developers use ``nose``, which we'll thus
use in this tutorial.
Don't worry, this tutorial won't be pedantic about "test-driven
-development" (TDD.) We'll do just enough to ensure that, in each step,
+development" (TDD). We'll do just enough to ensure that, in each step,
we haven't majorly broken the code. As you're writing your code you
might find this more convenient than changing to your browser
constantly and clicking reload.