Update the details on technical specification support

stix2.0^2
Emmanuelle Vargas-Gonzalez 2018-10-31 13:39:09 -04:00
parent 3542604b02
commit e521e24387
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"### How parsing works\n", "### How parsing works\n",
"If the ``version`` positional argument is not provided. The data will be parsed using the latest version of STIX 2.X supported by the `stix2` library.\n", "If the ``version`` positional argument is not provided. The library will make the best attempt using the \"spec_version\" property found on a Bundle, SDOs, and SROs.\n",
"\n", "\n",
"You can lock your [parse()](../api/stix2.core.rst#stix2.core.parse) method to a specific STIX version by:" "You can lock your [parse()](../api/stix2.core.rst#stix2.core.parse) method to a specific STIX version by:"
] ]