fix typo in relations docs

This commit is contained in:
Luke Murphy 2016-02-24 14:22:24 +01:00 committed by Xavier Ordoquy
parent c6dadc062d
commit c03c6c6e78

View File

@ -507,7 +507,7 @@ For example, given the following model for a tag, which has a generic relationsh
def __unicode__(self):
return self.tag_name
And the following two models, which may be have associated tags:
And the following two models, which may have associated tags:
class Bookmark(models.Model):
"""