From 131b0ed61dd7abad0c7ca9148d320a38baa551a3 Mon Sep 17 00:00:00 2001 From: spo Date: Tue, 3 Nov 2015 14:59:23 +0300 Subject: [PATCH] Fix Non_ASCII character in line.py. --- src/PythonAPI/model/sketcher/line.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PythonAPI/model/sketcher/line.py b/src/PythonAPI/model/sketcher/line.py index 08f870dbc..426ea97a4 100644 --- a/src/PythonAPI/model/sketcher/line.py +++ b/src/PythonAPI/model/sketcher/line.py @@ -60,8 +60,8 @@ class Line(Interface): """Set the end point of the line.""" self._end_point.setValue(x, y) - # TODO : methods below will be removed. - # Kept until all tests have been updated + # TODO : methods below will be removed. + # Kept until all tests have been updated def startPointData(self): return self._start_point -- 2.39.2