From db007e5c6dcb12d52bca23e7a929021bbbe51ccc Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Thu, 27 Oct 2022 13:10:49 +0200 Subject: [PATCH] Minor copy paste error in error description --- neo4j/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo4j/exceptions.py b/neo4j/exceptions.py index d24dfe41b..4d0c3f34c 100644 --- a/neo4j/exceptions.py +++ b/neo4j/exceptions.py @@ -519,7 +519,7 @@ class AuthConfigurationError(ConfigurationError): # DriverError > ConfigurationError > CertificateConfigurationError class CertificateConfigurationError(ConfigurationError): - """ Raised when there is an error with the authentication configuration. + """ Raised when there is an error with the certificate configuration. """