Index: docs/newforms.txt
===================================================================
--- docs/newforms.txt	(revision 7339)
+++ docs/newforms.txt	(working copy)
@@ -1554,7 +1554,7 @@
 string to represent it.
 
 The labels for the choice field call the ``__unicode__`` method of the model to
-generate string representations. To provide custom labels, subclass ``ModelChoiceField`` and override ``label_for_model``::
+generate string representations. To provide custom labels, subclass ``ModelChoiceField`` and override ``label_from_instance``::
 
     class MyModelChoiceField(ModelChoiceField):
         def label_from_instance(self, obj):
