From 83a431db512e5f875ff2efa0d722e1c225effa7e Mon Sep 17 00:00:00 2001 From: Mario Antonioletti Date: Wed, 8 May 2013 08:12:00 +0100 Subject: [PATCH] Minor changes. --- testing/Writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.26.2