From 05cf72bace1bd455930d71e7cc94adbb01576ff1 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 5 Oct 2011 09:54:01 +0000 Subject: [PATCH] Very small docstring correction. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16927 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/db/backends/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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