Skip to content

Commit

Permalink
Small Typo correction in SentinelWatchlists.rst (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Hellen <ianhelle@microsoft.com>
  • Loading branch information
Korving-F and ianhelle committed Feb 2, 2024
1 parent 8a7a373 commit 345e46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data_acquisition/SentinelWatchlists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ See :py:meth:`add_watchlist_item <msticpy.context.azure.MicrosoftSentinel.add_wa
.. code:: ipython3
sentinel.add_watchlist_item(watchlist_name="Custom Watchlist",
item={"IPAddress": ", "13.107.6.152", "Location": "USA"}
item={"IPAddress": "13.107.6.152", "Location": "USA"}
)
An error will be raised if the item you are trying to add already exists in the Watchlist.
Expand Down

0 comments on commit 345e46f

Please sign in to comment.