Skip to content

Commit 46291d4

Browse files
authored
Update README.md
Fixes back ticks on code block.
1 parent cf3ab80 commit 46291d4

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)