Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn authored and lafrech committed Jan 14, 2021
1 parent 707b650 commit 5230121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/why.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unlike `Flask-RESTful`_, which uses dictionaries to define output schemas, marsh
Consistency meets flexibility.
------------------------------

Marshmallow makes it easy to modify a schema's output at application runtime. A single :class:`Schema <marshmallow.Schema>` can produce multiple outputs formats while keeping the individual field outputs consistent.
Marshmallow makes it easy to modify a schema's output at application runtime. A single :class:`Schema <marshmallow.Schema>` can produce multiple output formats while keeping the individual field outputs consistent.

As an example, you might have a JSON endpoint for retrieving all information about a video game's state. You then add a low-latency endpoint that only returns a minimal subset of information about game state. Both endpoints can be handled by the same `Schema <marshmallow.Schema>`.

Expand Down

0 comments on commit 5230121

Please sign in to comment.