Skip to content

Commit c27eebc

Browse files
authored
Merge pull request #41 from rachfop/patch-1
Update README.md
2 parents cf3ab80 + 46291d4 commit c27eebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ async def chat():
138138
asyncio.run(chat())
139139
```
140140

141-
Setting `stream=True`` modifies functions to return a Python asynchronous generator:
141+
Setting `stream=True` modifies functions to return a Python asynchronous generator:
142142

143143
```python
144144
import asyncio

0 commit comments

Comments
 (0)