diff --git a/stix2/base.py b/stix2/base.py index 6bc3dd4..898f489 100644 --- a/stix2/base.py +++ b/stix2/base.py @@ -191,7 +191,7 @@ class _STIXBase(collections.Mapping): **kwargs: The arguments for a json.dumps() call. Returns: - dict: The serialized JSON object. + str: The serialized JSON object. Note: The argument ``pretty=True`` will output the STIX object following