Skip to content

Commit

Permalink
Add syntax highlighting to AIS examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed Sep 21, 2017
1 parent 1d0857c commit 15dabf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/extensions/marking/ais.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ structure to select all nodes and attributes ``//node() | //@*``. All required
fields to create a valid AIS Markings are provided through the ``add_ais_marking``
function.

.. code:: python
.. code-block:: python
# python-stix imports
import stix
Expand Down Expand Up @@ -131,7 +131,7 @@ Parsing AIS Markings
Using the same example used for Applying AIS Markings. This would be how a
consumer of AIS would parse the data.

.. code:: python
.. code-block:: python
# python-stix imports
import stix
Expand Down

0 comments on commit 15dabf1

Please sign in to comment.