Skip to content

Commit 1768936

Browse files
authored
Minor copy paste error in error description (#844)
1 parent abdbb29 commit 1768936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ class AuthConfigurationError(ConfigurationError):
519519

520520
# DriverError > ConfigurationError > CertificateConfigurationError
521521
class CertificateConfigurationError(ConfigurationError):
522-
""" Raised when there is an error with the authentication configuration.
522+
""" Raised when there is an error with the certificate configuration.
523523
"""
524524

525525

0 commit comments

Comments
 (0)