Skip to content

Commit 6dd83fa

Browse files
committed
flaky
1 parent 74d80c1 commit 6dd83fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/overview.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ To accomplish these goals, and to incorporate lessons learned while developing
2222

2323
1. All data structures are meant to be immutable by default. In contrast to python-stix,
2424
where users would create an object and then assign attributes to it, in
25-
``stix2`` all properties should be provided when creating the object. Changing a property
26-
after creation will trigger an Immutability error, but some data structures like
27-
Lists and Dictionaries retain functions that allow for content modification without
28-
triggering an Immutability error. Data can be added to or removed from these structures
25+
``stix2`` all properties should be provided when creating the object. Changing a property
26+
after creation will trigger an Immutability error, but some data structures like
27+
Lists and Dictionaries retain functions that allow for content modification without
28+
triggering an Immutability error. Data can be added to or removed from these structures
2929
after creation, which does allow for some flexibility in building an object.
3030
2. Where necessary, library objects should act like ``dict``'s. When treated as
3131
a ``str``, the JSON representation of the object should be used.

0 commit comments

Comments
 (0)