Very small docstring correction.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2011-10-05 09:54:01 +00:00
parent 1ac2bb9b8e
commit 05cf72bace
1 changed files with 1 additions and 1 deletions

View File

@ -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