summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-10-05 09:54:01 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-10-05 09:54:01 +0000
commit05cf72bace1bd455930d71e7cc94adbb01576ff1 (patch)
tree0943fb184ecf7de0a937c0eb3fe0ccd738b91cd5
parent1ac2bb9b8e299e82e64d77cd97028dc907342dd8 (diff)
Very small docstring correction.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-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