From a83114ad809294cbed472d606e20d08dae11ff97 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Fri, 25 Sep 2009 23:53:23 -0400 Subject: [PATCH] added missing callout --- unit-testing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-testing.html b/unit-testing.html index 285559b..a9b0e2d 100755 --- a/unit-testing.html +++ b/unit-testing.html @@ -214,7 +214,7 @@ subtracting 4 from input, adding IV to output
 you@localhost:~/diveintopython3/examples$ python3 romantest1.py -v
 test_to_roman_known_values (__main__.KnownValues)
-to_roman should give known result with known input ... ok
+to_roman should give known result with known input ... ok               
 
 ----------------------------------------------------------------------
 Ran 1 test in 0.016s