From 62b559204b998f0db2058f944d83aa87f1bba42a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin <sergey@blender.org> Date: Thu, 17 Sep 2020 13:32:03 +0200 Subject: [PATCH] Cleanup: Use more complete sentence in comment --- io_curve_svg/svg_util_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_curve_svg/svg_util_test.py b/io_curve_svg/svg_util_test.py index 465400851..09077ef3e 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: -- GitLab