mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 08:29:59 +03:00
Fix punctuation
This commit is contained in:
parent
e00a9b1780
commit
cbd86d82a2
|
@ -1,7 +1,7 @@
|
||||||
"""
|
"""
|
||||||
Handled exceptions raised by REST framework.
|
Handled exceptions raised by REST framework.
|
||||||
|
|
||||||
In addition Django's built in 403 and 404 exceptions are handled.
|
In addition, Django's built in 403 and 404 exceptions are handled.
|
||||||
(`django.http.Http404` and `django.core.exceptions.PermissionDenied`)
|
(`django.http.Http404` and `django.core.exceptions.PermissionDenied`)
|
||||||
"""
|
"""
|
||||||
import math
|
import math
|
||||||
|
|
Loading…
Reference in New Issue
Block a user