Skip to content

Commit 2957000

Browse files
committed
Claude doc fixes
1 parent 9717a26 commit 2957000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ConnectedAccounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This method supports paging via optional the use of `take` parameter. Without th
147147

148148
```python
149149
connected_accounts = await client.list_connected_accounts(
150-
connection= "google-oauth2" # optional
150+
connection= "google-oauth2", # optional
151151
take= 5, # optional
152152
from_token= "NEXT_VALUE_FROM_PREVIOUS_RESPONSE", # optional
153153
store_options= {"request": request, "response": response}
@@ -164,7 +164,7 @@ This method takes a `connected_account_id` parameter which can be obtained from
164164

165165
```python
166166
connected_accounts = await client.delete_connected_account(
167-
connected_account_id= "CONNECTED_ACCOUNT_ID"
167+
connected_account_id= "CONNECTED_ACCOUNT_ID",
168168
store_options= {"request": request, "response": response}
169169
)
170170
```

0 commit comments

Comments
 (0)