Skip to content

Commit

Permalink
Fix indentation in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 20, 2012
1 parent 5a7e734 commit 45f7d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage.rst
Expand Up @@ -17,12 +17,12 @@ model that using ``idios`` and end up with something that looks like::
class Persona(ProfileBase):
name = models.CharField(max_length=50, null=True, blank=True)
class MemberPersona(Persona):
expired = models.BooleanField(default=False)
Expand Down

0 comments on commit 45f7d33

Please sign in to comment.