From 3abd3fcc2e2e233e56d1b05ffe45001e3c530312 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 11 Jun 2019 10:26:17 +0200 Subject: [PATCH] Materials: white space --- src/Mod/Material/importFCMat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Material/importFCMat.py b/src/Mod/Material/importFCMat.py index e4efc15e63..76b980f85f 100644 --- a/src/Mod/Material/importFCMat.py +++ b/src/Mod/Material/importFCMat.py @@ -101,7 +101,7 @@ def decode(name): # Line5: FreeCAD version info or empty def read(filename): "reads a FCMat file and returns a dictionary from it" - # the reader should return a dictionary in any case even if the file + # the reader should return a dictionary in any case even if the file # has problems, a empty dict shuld be returned un such case if isinstance(filename, unicode): if sys.version_info.major < 3: