Index: docs/model-api.txt
===================================================================
--- docs/model-api.txt	(revision 7115)
+++ docs/model-api.txt	(working copy)
@@ -1872,7 +1872,7 @@
 
 If you define a ``__unicode__()`` method on your model and not a ``__str__()``
 method, Django will automatically provide you with a ``__str__()`` that calls
-``__unicode()__`` and then converts the result correctly to a UTF-8 encoded
+``__unicode__()`` and then converts the result correctly to a UTF-8 encoded
 string object. This is recommended development practice: define only
 ``__unicode__()`` and let Django take care of the conversion to string objects
 when required.
