diff --git a/neo4j/exceptions.py b/neo4j/exceptions.py index d24dfe41..4d0c3f34 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. """