Skip to content

Commit eb61fa5

Browse files
author
James Riley McHugh
committed
Fixed docstring formatting
Signed-off-by: James Riley McHugh <[email protected]>
1 parent 845d2c4 commit eb61fa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rest_framework/request.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ def wrap_attributeerrors():
7979

8080

8181
def safe_property(func):
82-
"""Property decorator to ensure AttributeErrors raised in properties are properly handled"""
82+
"""
83+
Property decorator to ensure AttributeErrors raised in properties aren't lost
84+
"""
8385

8486
@property
8587
def new_func(self):

0 commit comments

Comments
 (0)