[Bf-extensions-cvs] [62b55920] master: Cleanup: Use more complete sentence in comment

Sergey Sharybin noreply at git.blender.org
Thu Sep 17 13:32:15 CEST 2020


Commit: 62b559204b998f0db2058f944d83aa87f1bba42a
Author: Sergey Sharybin
Date:   Thu Sep 17 13:32:03 2020 +0200
Branches: master
https://developer.blender.org/rBA62b559204b998f0db2058f944d83aa87f1bba42a

Cleanup: Use more complete sentence in comment

===================================================================

M	io_curve_svg/svg_util_test.py

===================================================================

diff --git a/io_curve_svg/svg_util_test.py b/io_curve_svg/svg_util_test.py
index 46540085..09077ef3 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:



More information about the Bf-extensions-cvs mailing list