From bf284d0a0b80b60add62f8d1d0db687f5b19a635 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Thu, 14 Jan 2021 20:55:38 -0500 Subject: [PATCH] Fix silly docstring copy-paste typo --- stix2/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/utils.py b/stix2/utils.py index c44dbe1..fdbbf42 100644 --- a/stix2/utils.py +++ b/stix2/utils.py @@ -379,7 +379,7 @@ def is_sco(value, stix_version=stix2.DEFAULT_VERSION): def is_sro(value, stix_version=stix2.DEFAULT_VERSION): """ - Determine whether the given object, type, or ID is/is for an SCO. + Determine whether the given object, type, or ID is/is for an SRO. :param value: A mapping with a "type" property, or a STIX ID or type as a string