Skip to content

Commit 9cc6a23

Browse files
authored
Update README.md
1 parent fa735ab commit 9cc6a23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ For example, if you have in page template `request` and `page` objects and want
357357
```
358358

359359
### Get field data as list
360-
If you have special cases, you can get data as list. \
360+
If you have special case, you can get data as list.
361361

362362
```python
363363
# views.py
@@ -368,13 +368,13 @@ stream_list = page.stream.as_list()
368368
'data': {
369369
'block_model': '.....',
370370
'block_unique_id': '....',
371-
'block_content': [],
371+
'block_content': [...],
372372
'as_list': True,
373373
'options': {}
374374
},
375375
'template': '....'
376376
},
377-
#...
377+
...
378378
]
379379
```
380380

0 commit comments

Comments
 (0)