1
0
mirror of https://github.com/django/django.git synced 2025-06-05 11:39:13 +00:00

Fixed docstring for django.core.exceptions module.

This commit is contained in:
Baptiste Mispelon 2024-10-09 11:33:32 +02:00 committed by Ryan Cheley
parent aa822db66b
commit 7336c0a85a

View File

@ -1,5 +1,5 @@
""" """
Global Django exception and warning classes. Global Django exception classes.
""" """
import operator import operator