Browse Source

Fix typo that disabled code example highlighting

Éric Araujo 11 years ago
parent
commit
5ab95168cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/models/instances.txt

+ 1 - 1
docs/ref/models/instances.txt

@@ -509,7 +509,7 @@ for all other models it is simply the model's class.
 
 For example::
 
-    form django.db import models
+    from django.db import models
 
     class MyModel(models.Model):
         id = models.AutoField(primary_key=True)