Fixed another typo introduced by b914991b37
.
Thanks Claude for catching it.
This commit is contained in:
parent
a9093dd376
commit
3c4832214f
|
@ -1449,7 +1449,7 @@ If ``books`` is:
|
||||||
{'title': 'Alice', 'author': {'name': 'Lewis', 'age': 33}},
|
{'title': 'Alice', 'author': {'name': 'Lewis', 'age': 33}},
|
||||||
]
|
]
|
||||||
|
|
||||||
the the output would be::
|
then the output would be::
|
||||||
|
|
||||||
* Alice (Lewis)
|
* Alice (Lewis)
|
||||||
* 1984 (George)
|
* 1984 (George)
|
||||||
|
|
Loading…
Reference in New Issue