Fixed typo

This commit is contained in:
Joel Collins 2020-05-26 13:28:20 +01:00
parent a0702fbc69
commit aed2a05dec

View file

@ -401,7 +401,7 @@ class OptionalModule(object):
self._parent = parent self._parent = parent
assert ( assert (
type(module_type) is str type(module_type) is str
), "Option module type should be a string not a {}".format(type(module_typ)) ), "Option module type should be a string not a {}".format(type(module_type))
self.module_type = module_type self.module_type = module_type
if available: if available:
assert ( assert (