Browse Source

Fixed docstring for django.core.exceptions module.

Baptiste Mispelon 5 months ago
parent
commit
1979b1403a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      django/core/exceptions.py

+ 1 - 1
django/core/exceptions.py

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