From c98abb18f54e2f0fd1dae2df8c20339ef5387279 Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Fri, 16 Mar 2018 14:26:41 -0400 Subject: [PATCH] Fix docs --- stix2/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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