Author: lukeplant
Date: 2011-10-05 02:54:01 -0700 (Wed, 05 Oct 2011)
New Revision: 16927

Modified:
   django/trunk/django/db/backends/__init__.py
Log:
Very small docstring correction.

Modified: django/trunk/django/db/backends/__init__.py
===================================================================
--- django/trunk/django/db/backends/__init__.py 2011-10-05 05:21:47 UTC (rev 
16926)
+++ django/trunk/django/db/backends/__init__.py 2011-10-05 09:54:01 UTC (rev 
16927)
@@ -792,7 +792,7 @@
         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
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to