summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-20 03:23:28 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-20 03:23:28 -0700
commit9657d8a070644e7bdc1bed74288bf42c69681db8 (patch)
tree3db05866c74858288a6dbfb5058c55473a384a10 /docs/quick_tutorial
parentc796f429f7caecad1d30fac4888e8013910c7b34 (diff)
parentf818fabb72f0aa53beb2b559b079dcc038530442 (diff)
downloadpyramid-9657d8a070644e7bdc1bed74288bf42c69681db8.tar.gz
pyramid-9657d8a070644e7bdc1bed74288bf42c69681db8.tar.bz2
pyramid-9657d8a070644e7bdc1bed74288bf42c69681db8.zip
Merge pull request #1695 from stevepiercy/master
punctuation fix
Diffstat (limited to 'docs/quick_tutorial')
-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.