From fb8be3982ad5f8fd3a685e6550cca13a9df06fa5 Mon Sep 17 00:00:00 2001 From: Dylan Young Date: Wed, 25 May 2022 00:07:09 -0300 Subject: [PATCH] fixup! GH-36 Update settings for multi-policy support --- csp/conf/deprecation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csp/conf/deprecation.py b/csp/conf/deprecation.py index 2644357..921503e 100644 --- a/csp/conf/deprecation.py +++ b/csp/conf/deprecation.py @@ -41,7 +41,7 @@ def _handle_legacy_settings(csp, allow_legacy): if not allow_legacy: raise ImproperlyConfigured( - "Settings CSP_POLICY_DEFINITIONS is not allowed with following " + "Setting CSP_POLICY_DEFINITIONS is not allowed with the following " "deprecated settings: %s" % ", ".join(legacy_names) )