From 117b34d4c9f9ca347aad9c0bc8eb5228a67f7b4f Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 14 Nov 2013 10:17:53 +0100 Subject: [PATCH] fix docstring, is for class, not method --- nsupdate/main/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nsupdate/main/views.py b/nsupdate/main/views.py index 9d6cf6a..f56d334 100644 --- a/nsupdate/main/views.py +++ b/nsupdate/main/views.py @@ -316,9 +316,6 @@ class RobotsTxtView(View): """ Dynamically serve robots.txt content. If you like, you can optimize this by statically serving this by your web server. - - :param request: django request object - :return: HttpResponse object """ def get(self, request): content = """\