diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index 8198f2cb9d..8e48c59d08 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -1377,7 +1377,7 @@ class svgHandler(xml.sax.ContentHandler): # startElement() def characters(self, content): - """Read characters from the given string.""" + """Read characters from the given string.""" if self.text: FreeCAD.Console.PrintMessage("reading characters %s\n" % content) obj = self.doc.addObject("App::Annotation", 'Text')