1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-04 07:53:42 +03:00

Merge pull request 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