Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey@blender.org>2020-09-17 14:32:03 +0300
committerSergey Sharybin <sergey@blender.org>2020-09-17 14:32:03 +0300
commit62b559204b998f0db2058f944d83aa87f1bba42a (patch)
tree6e6d56a151cd2bb46059b44d6938a5e7edbfc653 /io_curve_svg
parent6e7441a2ed17b1942b35efbd6e1c08eedd3c63c8 (diff)
Cleanup: Use more complete sentence in comment
Diffstat (limited to 'io_curve_svg')
-rwxr-xr-xio_curve_svg/svg_util_test.py2
1 files changed, 1 insertions, 1 deletions
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: