mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-03 05:04:31 +03:00
Fix doc for ErrorDetail
This commit is contained in:
parent
27c382c98d
commit
fff3db5517
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user