Commit b37a5596f8c8c36e69d24b65cf10c8f631a445d7

Authored by Alasdair Nicol
1 parent 53559070

Updated module name in docs

Showing 1 changed file with 1 additions and 1 deletions
@@ -5,7 +5,7 @@ Comment form classes @@ -5,7 +5,7 @@ Comment form classes
5 .. module:: django_comments.forms 5 .. module:: django_comments.forms
6 :synopsis: Forms for dealing with the comment model. 6 :synopsis: Forms for dealing with the comment model.
7 7
8 -The ``django.contrib.comments.forms`` module contains a handful of forms 8 +The ``django_comments.forms`` module contains a handful of forms
9 you'll use when writing custom views dealing with comments, or when writing 9 you'll use when writing custom views dealing with comments, or when writing
10 :doc:`custom comment apps <custom>`. 10 :doc:`custom comment apps <custom>`.
11 11
Please register or login to post a comment