]> git.parisson.com Git - django-notes.git/commitdiff
Fixing typography in usage doc.
authorColin Powell <colin.powell@gmail.com>
Sun, 8 Jan 2012 20:35:21 +0000 (20:35 +0000)
committerColin Powell <colin.powell@gmail.com>
Sun, 8 Jan 2012 20:35:21 +0000 (20:35 +0000)
docs/usage.rst

index bfb486518cedd0f4f2cfb6132b26ea291969731e..608b3a597e923a91b7d46bb9b4e790f28b0c09d3 100644 (file)
@@ -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()