Fixed doctest

This commit is contained in:
David Gelvin 2010-09-30 12:26:20 +03:00
parent 39a1c95920
commit 3de8d13b7d

View file

@ -129,7 +129,7 @@ class Attribute(models.Model):
Examples:
>>> Attribute.objects.create(name='Height', datatype=Attribute.TYPE_INT)
<Attribute: Height (Float)>
<Attribute: Height (Integer)>
>>> Attribute.objects.create(name='Color', datatype=Attribute.TYPE_TEXT)
<Attribute: Color (Text)>