diff --git a/unit-testing.html b/unit-testing.html index a9b0e2d..05826cf 100755 --- a/unit-testing.html +++ b/unit-testing.html @@ -676,7 +676,7 @@ FAILED (failures=2)
>>> import roman5
>>> roman5.from_roman('MCMLXXII')
-found M , of length 1, adding 1000
+found M of length 1, adding 1000
found CM of length 2, adding 900
found L of length 1, adding 50
found X of length 1, adding 10