From 57cb956b76f5c398225c1cf9b0ddd9b4350df10b Mon Sep 17 00:00:00 2001 From: Ghassan Maslamani Date: Tue, 7 Jun 2022 15:10:15 +0300 Subject: [PATCH] fix: typo in patch name --- docs/plugins/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/examples.rst b/docs/plugins/examples.rst index 928f5fb015..bb446c6d43 100644 --- a/docs/plugins/examples.rst +++ b/docs/plugins/examples.rst @@ -69,7 +69,7 @@ Enable SAML authentication '"ENABLE_THIRD_PARTY_AUTH": true', ), ( - "openedx-lms-common-settings:", + "openedx-lms-common-settings", """ # saml special settings AUTHENTICATION_BACKENDS += ["common.djangoapps.third_party_auth.saml.SAMLAuthBackend", "django.contrib.auth.backends.ModelBackend"]