change "Notes" for "Note" to keep visual effect in documentation
parent
7ee7352574
commit
e1f7cc4028
|
@ -263,7 +263,7 @@ class _STIXBase(collections.Mapping):
|
||||||
Returns:
|
Returns:
|
||||||
str: The serialized JSON object.
|
str: The serialized JSON object.
|
||||||
|
|
||||||
Notes:
|
Note:
|
||||||
The argument ``pretty=True`` will output the STIX object following
|
The argument ``pretty=True`` will output the STIX object following
|
||||||
spec order. Using this argument greatly impacts object serialization
|
spec order. Using this argument greatly impacts object serialization
|
||||||
performance. If your use case is centered across machine-to-machine
|
performance. If your use case is centered across machine-to-machine
|
||||||
|
|
|
@ -102,7 +102,7 @@ class FileSystemSink(DataSink):
|
||||||
in a STIX object (or list of), dict (or list of), or a STIX 2.0
|
in a STIX object (or list of), dict (or list of), or a STIX 2.0
|
||||||
json encoded string.
|
json encoded string.
|
||||||
|
|
||||||
Notes:
|
Note:
|
||||||
``stix_data`` can be a Bundle object, but each object in it will be
|
``stix_data`` can be a Bundle object, but each object in it will be
|
||||||
saved separately; you will be able to retrieve any of the objects
|
saved separately; you will be able to retrieve any of the objects
|
||||||
the Bundle contained, but not the Bundle itself.
|
the Bundle contained, but not the Bundle itself.
|
||||||
|
|
|
@ -304,7 +304,7 @@ class TAXIICollectionSource(DataSource):
|
||||||
Does not put in TAXII spec format as the TAXII2Client (that we use)
|
Does not put in TAXII spec format as the TAXII2Client (that we use)
|
||||||
does this for us.
|
does this for us.
|
||||||
|
|
||||||
Notes:
|
Note:
|
||||||
Currently, the TAXII2Client can handle TAXII filters where the
|
Currently, the TAXII2Client can handle TAXII filters where the
|
||||||
filter value is list, as both a comma-seperated string or python
|
filter value is list, as both a comma-seperated string or python
|
||||||
list.
|
list.
|
||||||
|
|
Loading…
Reference in New Issue