Fix typos in TD and FEM source comments/documentation [skip ci]

This commit is contained in:
luz paz
2022-11-07 07:17:46 -05:00
committed by WandererFan
parent 308fa5b73a
commit e75ffa0566
6 changed files with 7 additions and 7 deletions

View File

@@ -98,7 +98,7 @@ def is_of_type(obj, ty):
def is_derived_from(obj, t):
""" Check if *obj* is derived from *t* honoring Fems typesytem.
""" Check if *obj* is derived from *t* honoring Fems typesystem.
Essentially just call ``obj.isDerivedFrom(t)`` and return it's value. For
objects using Fems typesystem (see :py:func:`type_of_obj`) return always