Skip to content

Commit

Permalink
docs: remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
b6d committed Apr 10, 2015
1 parent 5786284 commit 5856a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schemas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ to do this for us by specifying ``many=True`` to the schema's constructor):
.. code-block:: python
:emphasize-lines: 1
many_persons_schema = PersonSchema(only='last_name', many=True)
many_persons_schema = PersonSchema(only='last_name', many=True)
many_persons_schema.dump(persons)
# [{'last_name': 'Hemingway'},
# {'last_name': 'Woolf'},
Expand Down

0 comments on commit 5856a5d

Please sign in to comment.