summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/functional_testing.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-20 23:47:23 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-20 23:47:23 -0700
commitbbb8f374eb7a1dcbc92f732cc4ccc0a2c92526d5 (patch)
tree46921d8e43ece39e256508b17a041c1864fd91e8 /docs/quick_tutorial/functional_testing.rst
parent9657d8a070644e7bdc1bed74288bf42c69681db8 (diff)
downloadpyramid-bbb8f374eb7a1dcbc92f732cc4ccc0a2c92526d5.tar.gz
pyramid-bbb8f374eb7a1dcbc92f732cc4ccc0a2c92526d5.tar.bz2
pyramid-bbb8f374eb7a1dcbc92f732cc4ccc0a2c92526d5.zip
punctuation fix
Diffstat (limited to 'docs/quick_tutorial/functional_testing.rst')
-rw-r--r--docs/quick_tutorial/functional_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst
index 09b05b0bc..6f1544e79 100644
--- a/docs/quick_tutorial/functional_testing.rst
+++ b/docs/quick_tutorial/functional_testing.rst
@@ -10,7 +10,7 @@ Background
==========
Unit tests are a common and popular approach to test-driven development
-(TDD.) In web applications, though, the templating and entire apparatus
+(TDD). In web applications, though, the templating and entire apparatus
of a web site are important parts of the delivered quality. We'd like a
way to test these.