Fix a docstring causing troubles to djrf

This commit is contained in:
2022-04-20 21:07:47 +02:00
parent 0aef4103c4
commit dc85f62577

View File

@@ -57,7 +57,7 @@ class Firewall(BasePermission):
class Test(APIView): class Test(APIView):
""" """
Send a test <s> command Send a test 's' command
""" """
parser_classes = [PlainTextParser] parser_classes = [PlainTextParser]