Skip to content

Commit 139c8fe

Browse files
author
Carlton Gibson
authored
Merge pull request #5380 from blueyed/fix-doc
Fix doc for ErrorDetail
2 parents dedd9c3 + fff3db5 commit 139c8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def _get_full_details(detail):
6464

6565
class ErrorDetail(six.text_type):
6666
"""
67-
A string-like object that can additionally
67+
A string-like object that can additionally have a code.
6868
"""
6969
code = None
7070

0 commit comments

Comments
 (0)