FEM: typo

This commit is contained in:
Bernd Hahnebach
2020-05-24 09:19:25 +02:00
parent 7c4fe3f9f1
commit b950ef9508

View File

@@ -91,7 +91,7 @@ def get_fem_test_defs(
):
test_path = join(FreeCAD.getHomePath(), "Mod", "Fem", "femtest", "app")
print("Modules, classe, methods taken from: {}".format(test_path))
print("Modules, classes, methods taken from: {}".format(test_path))
collected_test_module_paths = []
for tfile in sorted(os.listdir(test_path)):