From 2232b9ec425903539f2d1a8c8d1a3e93f70db398 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 8 Jan 2012 20:35:21 +0000 Subject: [PATCH] Fixing typography in usage doc. --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index bfb4865..608b3a5 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -3,7 +3,7 @@ Usage ===== -Follow the steps above (including 4) and you should have access to all the notes at instance_of_yourmodel.notes_set.all(): +Follow the steps above (including 4) and you should have access to all the notes at instance_of_yourmodel.notes_set.all():: > object = YourModel.objects.get(pk=1) > notes_for_object = object.notes_set.all() -- 2.39.5