Commit 139c8fe3 by Carlton Gibson Committed by GitHub

Merge pull request #5380 from blueyed/fix-doc

Fix doc for ErrorDetail
parents dedd9c38 fff3db55
...@@ -64,7 +64,7 @@ def _get_full_details(detail): ...@@ -64,7 +64,7 @@ def _get_full_details(detail):
class ErrorDetail(six.text_type): class ErrorDetail(six.text_type):
""" """
A string-like object that can additionally A string-like object that can additionally have a code.
""" """
code = None code = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment