浏览代码

Fixed docstring for django.core.exceptions module.

Baptiste Mispelon 5 月之前
父节点
当前提交
1979b1403a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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