Skip to content

Commit

Permalink
Fix docstring capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkseppan committed Nov 16, 2018
1 parent 6adf063 commit 159059c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dash/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def jsonify_response(self, output):
"""
Convert the response to valid Dash json-encoded format.
:param output: output element for the callback
:param validator: called if json serialization fails with
the output value and the `output` element
:param output: Output element for the callback.
:param validator: Called if json serialization fails with
the output value and the `output` element.
"""
response = {
'response': {
Expand Down

0 comments on commit 159059c

Please sign in to comment.