Fixed another typo introduced by b914991b37.

Thanks Claude for catching it.
This commit is contained in:
Baptiste Mispelon 2013-11-06 10:22:29 +01:00
parent a9093dd376
commit 3c4832214f
1 changed files with 1 additions and 1 deletions

View File

@ -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)