Fix doc for ErrorDetail

This commit is contained in:
Daniel Hahler 2017-08-31 12:19:03 +02:00
parent 27c382c98d
commit fff3db5517

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