FEM: typo

This commit is contained in:
Bernd Hahnebach
2019-09-13 18:44:05 +02:00
parent 4c9994a28c
commit 22babc0995

View File

@@ -172,7 +172,7 @@ class TestObjectExistance(unittest.TestCase):
# get the supportedTypes for FEM module
# Fem needs do be imported to get the FEM docuent types
# Fem needs do be imported to get the FEM document types
# with the following instead of import Fem
# flake8 and lgtm do not complain "Fem imported but unused"
__import__("Fem")