From 9a50f54ec4882438c195302f185997dd6d3b01bf Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Wed, 4 Apr 2018 12:12:09 -0400 Subject: [PATCH] Update README.rst Fix line break in usage example --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b9f407..46e8164 100644 --- a/README.rst +++ b/README.rst @@ -42,8 +42,7 @@ arguments. indicator = Indicator(name="File hash for malware variant", labels=["malicious-activity"], - pattern="[file:hashes.md5 = - 'd41d8cd98f00b204e9800998ecf8427e']") + pattern="[file:hashes.md5 = 'd41d8cd98f00b204e9800998ecf8427e']") To parse a STIX JSON string into a Python STIX object, use ``parse()``: