From 2161db0792f2e4d3deef3e09cd72f7a08340cafe Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Thu, 29 Apr 2021 19:29:08 +0100 Subject: Fixed capitalization of "ECMAScript" and "JavaScript". --- django/http/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/http') diff --git a/django/http/response.py b/django/http/response.py index 1c22edaff3..f1f0a1ed43 100644 --- a/django/http/response.py +++ b/django/http/response.py @@ -581,7 +581,7 @@ class JsonResponse(HttpResponse): An HTTP response class that consumes data to be serialized to JSON. :param data: Data to be dumped into json. By default only ``dict`` objects - are allowed to be passed due to a security flaw before EcmaScript 5. See + are allowed to be passed due to a security flaw before ECMAScript 5. See the ``safe`` parameter for more information. :param encoder: Should be a json encoder class. Defaults to ``django.core.serializers.json.DjangoJSONEncoder``. -- cgit v1.3