From: Mario Antonioletti Date: Wed, 8 May 2013 07:12:00 +0000 (+0100) Subject: Minor changes. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=83a431db512e5f875ff2efa0d722e1c225effa7e;p=swc-testing-nose.git Minor changes. --- diff --git a/testing/Writing.md b/testing/Writing.md index eca8c03..27ed97b 100755 --- a/testing/Writing.md +++ b/testing/Writing.md @@ -154,7 +154,7 @@ This is a standard format that that is supported by a number of xUnit frameworks >>> assert_true(expected in actual) >>> assert_false(expected in actual) -We can add more information to the failure messages by providing additional string arguments e.g. +We can add more information to the failure messages by providing additional string arguments, e.g. >>> assert_true("GTA" in actual, "Expected value was not in the output list")