mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Fix a docstring causing troubles to djrf
This commit is contained in:
@@ -57,7 +57,7 @@ class Firewall(BasePermission):
|
||||
|
||||
class Test(APIView):
|
||||
"""
|
||||
Send a test <s> command
|
||||
Send a test 's' command
|
||||
"""
|
||||
|
||||
parser_classes = [PlainTextParser]
|
||||
|
Reference in New Issue
Block a user