Commit 3c483221 authored by Baptiste Mispelon's avatar Baptiste Mispelon
Browse files

Fixed another typo introduced by b914991b.

Thanks Claude for catching it.
parent a9093dd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)