From: Colin Powell Date: Sun, 8 Jan 2012 20:35:21 +0000 (+0000) Subject: Fixing typography in usage doc. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2232b9ec425903539f2d1a8c8d1a3e93f70db398;p=django-notes.git Fixing typography in usage doc. --- 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()