summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/backends/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py
index 06ce9deb72..9afc143460 100644
--- a/django/db/backends/__init__.py
+++ b/django/db/backends/__init__.py
@@ -792,7 +792,7 @@ class BaseDatabaseOperations(object):
This is used on specific backends to rule out known aggregates
that are known to have faulty implementations. If the named
aggregate function has a known problem, the backend should
- raise NotImplemented.
+ raise NotImplementedError.
"""
pass