diff --git a/io_curve_svg/svg_util_test.py b/io_curve_svg/svg_util_test.py
index 465400851c2e2ba39ea46720f7a1823109fe8633..09077ef3e748e300fa2359d5a35c9f4155ed5781 100755
--- a/io_curve_svg/svg_util_test.py
+++ b/io_curve_svg/svg_util_test.py
@@ -22,7 +22,7 @@
 
 
 # XXX Not really nice, but that hack is needed to allow execution of that test
-#     from both automated CTest and by directly running the file manually...
+#     from both automated CTest and by directly running the file manually.
 if __name__ == '__main__':
     from svg_util import (parse_array_of_floats, read_float, parse_coord,)
 else: