correct code indent

This commit is contained in:
Stephan Groß 2012-10-29 08:54:14 +01:00
parent 0c71b4c100
commit 76db7d4c59

View File

@ -87,8 +87,8 @@ For the purposes of this tutorial we're going to start by creating a simple `Sni
default='python', default='python',
max_length=100) max_length=100)
style = models.CharField(choices=STYLE_CHOICES, style = models.CharField(choices=STYLE_CHOICES,
default='friendly', default='friendly',
max_length=100) max_length=100)
class Meta: class Meta:
ordering = ('created',) ordering = ('created',)