Merge pull request #5380 from blueyed/fix-doc

Fix doc for ErrorDetail
This commit is contained in:
Carlton Gibson 2017-09-01 12:39:55 +02:00 committed by GitHub
commit 139c8fe3d1

View File

@ -64,7 +64,7 @@ def _get_full_details(detail):
class ErrorDetail(six.text_type):
"""
A string-like object that can additionally
A string-like object that can additionally have a code.
"""
code = None