Skip to content

Commit 25625dc

Browse files
committed
Formatting
1 parent f329ba3 commit 25625dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

splunklib/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,11 +857,11 @@ class Entity(Endpoint):
857857
858858
``Entity`` provides the majority of functionality required by entities.
859859
Subclasses only implement the special cases for individual entities.
860-
For example for saved searches, the subclass makes fields like `action.email`,
861-
`alert_type`, and `search` are made available.
860+
For example for saved searches, the subclass makes fields like ``action.email``,
861+
``alert_type``, and ``search`` available.
862862
863863
An ``Entity`` is addressed like a dictionary, with a few extensions,
864-
so the following all work, for example in saved searches:
864+
so the following all work, for example in saved searches::
865865
866866
ent['action.email']
867867
ent['alert_type']

0 commit comments

Comments
 (0)