summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2013-05-07 17:07:29 -0600
committerCarl Meyer <carl@oddbird.net>2013-05-07 17:07:29 -0600
commit6c6c67f5a6150ca89bbcfb06561a61d2cd7730cf (patch)
tree4e25b1ad3a5e7412fd7428660c9042aaf05e13b1 /docs/intro/tutorial05.txt
parentd89b421352998020b9a9f2e7c3fd2ab8cc352593 (diff)
Fixed inconsistent punctuation in tutorial 5.
Diffstat (limited to 'docs/intro/tutorial05.txt')
-rw-r--r--docs/intro/tutorial05.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index 261a5038ab..97d1d96ad7 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -15,9 +15,9 @@ What are automated tests?
Tests are simple routines that check the operation of your code.
Testing operates at different levels. Some tests might apply to a tiny detail
-- *does a particular model method return values as expected?*, while others
-examine the overall operation of the software - *does a sequence of user inputs
-on the site produce the desired result?* That's no different from the kind of
+(*does a particular model method return values as expected?*) while others
+examine the overall operation of the software (*does a sequence of user inputs
+on the site produce the desired result?*). That's no different from the kind of
testing you did earlier in :doc:`Tutorial 1 </intro/tutorial01>`, using the
shell to examine the behavior of a method, or running the application and
entering data to check how it behaves.