Commit 9e0bd06685e82f916886c15369174b58b33ab3d0

Authored by Alasdair Nicol
1 parent 29c4c1ff

Replaced tabs with spaces in code block

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -36,7 +36,7 @@ follow these steps:
36 36 .. code-block:: python
37 37
38 38 from django.contrib.comments.models import Comment # old
39   - from django_comments.models import Comment # new
  39 + from django_comments.models import Comment # new
40 40
41   - from django.contrib.comments.forms import CommentForm # old
  41 + from django.contrib.comments.forms import CommentForm # old
42 42 from django_comments.forms CommentForm # new
... ...
Please register or login to post a comment