Skip to content

Commit 32d3ebe

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs(readme): fix example snippet imports (#446)
1 parent 459e9c1 commit 32d3ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ List methods in the Finch API are paginated.
7171
This library provides auto-paginating iterators with each list response, so you do not have to request successive pages manually:
7272

7373
```python
74-
import finch
74+
from finch import Finch
7575

7676
client = Finch()
7777

@@ -87,7 +87,7 @@ Or, asynchronously:
8787

8888
```python
8989
import asyncio
90-
import finch
90+
from finch import AsyncFinch
9191

9292
client = AsyncFinch()
9393

0 commit comments

Comments
 (0)