Index: models.txt
===================================================================
--- models.txt	(revision 8534)
+++ models.txt	(working copy)
@@ -147,7 +147,7 @@
         If ``True``, Django will store empty values as ``NULL`` in the database.
         Default is ``False``.
 
-    :attr:`~ieldblank`
+    :attr:`~Field.blank`
 
         If ``True``, the field is allowed to be blank. Default is ``False``.
     
@@ -187,7 +187,7 @@
         form. It's useful for documentation even if your object doesn't have an
         admin form.
 
-    :attr:`~Field.primary_key``
+    :attr:`~Field.primary_key`
 
         If ``True``, this field is the primary key for the model.
 
