File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -857,11 +857,11 @@ class Entity(Endpoint):
857
857
858
858
``Entity`` provides the majority of functionality required by entities.
859
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.
860
+ For example for saved searches, the subclass makes fields like `` action.email` `,
861
+ `` alert_type`` , and `` search`` available.
862
862
863
863
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::
865
865
866
866
ent['action.email']
867
867
ent['alert_type']
You can’t perform that action at this time.
0 commit comments