diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-10-05 09:54:01 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-10-05 09:54:01 +0000 |
| commit | 05cf72bace1bd455930d71e7cc94adbb01576ff1 (patch) | |
| tree | 0943fb184ecf7de0a937c0eb3fe0ccd738b91cd5 | |
| parent | 1ac2bb9b8e299e82e64d77cd97028dc907342dd8 (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__.py | 2 |
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 |
