We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f329ba3 commit 25625dcCopy full SHA for 25625dc
1 file changed
splunklib/client.py
@@ -857,11 +857,11 @@ class Entity(Endpoint):
857
858
``Entity`` provides the majority of functionality required by entities.
859
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.
+ For example for saved searches, the subclass makes fields like ``action.email``,
+ ``alert_type``, and ``search`` available.
862
863
An ``Entity`` is addressed like a dictionary, with a few extensions,
864
- so the following all work, for example in saved searches:
+ so the following all work, for example in saved searches::
865
866
ent['action.email']
867
ent['alert_type']
0 commit comments