From d69449706fa28b3336b436fdd4d4b784bdedb17d Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Mon, 22 Jul 2019 17:01:52 -0400 Subject: [PATCH] Revert the docstrings generated for the workbench dynamically created subclasses, to mention v20 instead of v21. --- stix2/workbench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,