Commit 295dbdc26b0cb6d5f89fb8a7a895c2a2cdc26dde

Authored by Claude Paroz
2 parents 29c4c1ff 9e0bd066

Merge pull request #8 from alasdairnicol/patch-1

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