Skip to content

Commit 9e837a3

Browse files
committed
small doc corrections
1 parent b5bf9df commit 9e837a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ Make sure :code:`EdgeContext` is accessible on :code:`request` object like so:
103103
104104
request.edge_context
105105
106-
If you **don't have access** to :code:`edge_context` in your service, you can access the SDK’s internal decider instance for a lower level API,
106+
If you **don't have access** to :code:`edge_context` in your service/request, you can access the SDK’s internal decider instance for a lower level API,
107107
allowing you to pass in targeting context fields as a :code:`dict` param,
108-
e.g. "user_is_employee", "app_name", other targeting fields (instead of them being derived from :code:`edge_context`).
108+
e.g. "user_is_employee", "country_code", or other targeting fields (instead of them being auto-derived from :code:`edge_context`).
109109

110110
See full API in `readme <https://github.snooguts.net/reddit/decider/tree/master/decider-py#class-decider>`_ (reddit internal).
111111

112-
The internal decider instance can be accessed from a top-level decider instance via:
112+
The internal decider instance can be accessed from the SDK's top-level decider instance via:
113113

114114
.. code-block:: python
115115

0 commit comments

Comments
 (0)