From c03c6c6e783b2d7c25c79bdadf2b12433dd88116 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 24 Feb 2016 14:22:24 +0100 Subject: [PATCH] fix typo in relations docs --- docs/api-guide/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index ba6870bcf..b2a7d8e21 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -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): """