Skip to content

Commit

Permalink
fixing navlayer code syntax part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsun757 committed Jul 18, 2023
1 parent d827727 commit c512418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/navlayers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Examples on how to create a layer programmatically, as opposed to loading it fro
**Example Usage**

.. code-block:: python
example_layer3_dict = {
"name": "example layer",
"version": "3.0",
Expand Down Expand Up @@ -277,7 +277,7 @@ to a local stix bundle, or if the source is set to `remote`, in which case it sh

.. code-block:: python
x.to_xlsx(layerInit=layer, filepath="layer.xlsx")
x.to_xlsx(layerInit=layer, filepath="layer.xlsx")
The `to_xlsx` method exports the layer file referenced as `layer`, as an excel file to the `filepath` specified.
Expand Down

0 comments on commit c512418

Please sign in to comment.