mirror of
https://github.com/django/django.git
synced 2024-12-25 18:46:22 +00:00
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:
parent
1ac2bb9b8e
commit
05cf72bace
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user