From dc85f62577647d4716c1eea37286ea30a72a07a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Wed, 20 Apr 2022 21:07:47 +0200 Subject: [PATCH] Fix a docstring causing troubles to djrf --- ram/driver/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ram/driver/views.py b/ram/driver/views.py index a23133b..bf87759 100644 --- a/ram/driver/views.py +++ b/ram/driver/views.py @@ -57,7 +57,7 @@ class Firewall(BasePermission): class Test(APIView): """ - Send a test command + Send a test 's' command """ parser_classes = [PlainTextParser]