Skip to content

Commit

Permalink
Merge pull request #69 from ricardocabral/patch-2
Browse files Browse the repository at this point in the history
Fix docs for Route.schema
  • Loading branch information
lyschoening committed Mar 5, 2016
2 parents 2480872 + be6d60f commit 3fb4f9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask_potion/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ class Route(object):
:param str title: title of link schema
:param str description: description of link schema
:param schema.Schema schema: request schema
:param schema.Schema schema: response schema
:param schema.Schema response_schema: response schema
:param bool format_response: whether the response should be converted using the response schema
.. attribute:: request_schema
.. attribute:: schema
Used to get and set the response schema for the most recently decorated request method view function
Used to get and set the request schema for the most recently decorated request method view function
.. attribute:: response_schema
Expand Down

0 comments on commit 3fb4f9f

Please sign in to comment.