Index: docs/db-api.txt
===================================================================
--- docs/db-api.txt	(revision 7540)
+++ docs/db-api.txt	(working copy)
@@ -1061,8 +1061,8 @@
 Returns the object matching the given lookup parameters, which should be in
 the format described in `Field lookups`_.
 
-``get()`` raises ``AssertionError`` if more than one object was found.
-
+``get()`` raises ``MultipleObjectsReturned`` if more than one object was found.
+The ``MultipleObjectsReturned`` exception is an attribute of the model class.
 ``get()`` raises a ``DoesNotExist`` exception if an object wasn't found for the
 given parameters. The ``DoesNotExist`` exception is an attribute of the model
 class. Example::
