1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00

Fixed another typo introduced by b914991b3705cb6c91013d962c55cda9deb18d83.

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

View File

@ -1449,7 +1449,7 @@ If ``books`` is:
{'title': 'Alice', 'author': {'name': 'Lewis', 'age': 33}},
]
the the output would be::
then the output would be::
* Alice (Lewis)
* 1984 (George)