Skip to content

Commit

Permalink
fix: move image markdown outside of code block
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 24, 2024
1 parent 367d7bb commit 94f0f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/version-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ for user in user_stream:

# Note: The return type is Generator[User, None, None]

![generator](./img/generator.png)

### Streaming Iterables: `create_iterable`

![generator](./img/generator.png)

We get an iterable of objects when we want to extract multiple objects.

```python
Expand Down

0 comments on commit 94f0f5f

Please sign in to comment.