Skip to content

Commit 6251dfa

Browse files
small words changes
1 parent d5b56ef commit 6251dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sdks/sdk-ref-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ There are two operations that apply to Advertisers/Data Providers:
240240
.with_hashed_phone("pre_hashed_phone")
241241
```
242242

243-
3. Call a function that takes the input and generates an IdentityMapV3Response object:
243+
3. Call a function that takes the `input` and generates an IdentityMapV3Response object:
244244
```py
245245
identity_map_response = identity_map_v3_client.generate_identity_map(input)
246246
```
@@ -251,7 +251,7 @@ There are two operations that apply to Advertisers/Data Providers:
251251
unmapped_identities = identity_map_response.unmapped_identities
252252
```
253253

254-
5. Process the results. For successfully mapped identities:
254+
5. Process the results for successfully mapped identities:
255255
```py
256256
mapped_identity = mapped_identities.get("[email protected]")
257257
if mapped_identity is not None:

0 commit comments

Comments
 (0)