Fix punctuation

This commit is contained in:
Łukasz Wieczorek 2022-08-01 17:05:54 +02:00
parent e00a9b1780
commit cbd86d82a2

View File

@ -1,7 +1,7 @@
"""
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`)
"""
import math