Skip to content

Commit 7c18758

Browse files
committed
docs: fix typo
1 parent 6f73c40 commit 7c18758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ client = Isaacus(
4242
# region="us-west-2", # Optional, defaults to AWS SDK default region
4343
# profile="my-aws-profile", # Optional, defaults to AWS SDK default profile
4444
# boto_session_kwargs={"aws_access_key_id": "...",}, # Optional, additional boto3 session kwargs
45-
#**{}, # Optional, additional httpx.Client kwargs
45+
# **{}, # Optional, additional httpx.Client kwargs
4646
)
4747
)
4848

@@ -53,7 +53,7 @@ aclient = AsyncIsaacus(
5353
# region="us-west-2", # Optional, defaults to AWS SDK default region
5454
# profile="my-aws-profile", # Optional, defaults to AWS SDK default profile
5555
# boto_session_kwargs={"aws_access_key_id": "...",}, # Optional, additional boto3 session kwargs
56-
#**{}, # Optional, additional httpx.AsyncClient kwargs
56+
# **{}, # Optional, additional httpx.AsyncClient kwargs
5757
)
5858
)
5959
```

0 commit comments

Comments
 (0)