Fix silly docstring copy-paste typo

pull/1/head
Michael Chisholm 2021-01-14 20:55:38 -05:00
parent db1d0b736b
commit bf284d0a0b
1 changed files with 1 additions and 1 deletions

View File

@ -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