diff --git a/stix2/workbench.py b/stix2/workbench.py index 0d20034..f0abdf9 100644 --- a/stix2/workbench.py +++ b/stix2/workbench.py @@ -133,7 +133,7 @@ def _setup_workbench(): # have undesirable side-effects, but actually it seems to work. # So far... new_class_dict = { - '__doc__': 'Workbench wrapper around the `{0} `__ object. {1}'.format(obj_type.__name__, STIX_OBJ_DOCS), + '__doc__': 'Workbench wrapper around the `{0} `__ object. {1}'.format(obj_type.__name__, STIX_OBJ_DOCS), 'created_by': _created_by_wrapper, 'relationships': _relationships_wrapper, 'related': _related_wrapper,