aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cryptography/hazmat/backends/multibackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/hazmat/backends/multibackend.py b/src/cryptography/hazmat/backends/multibackend.py
index 95382450..48bc7d08 100644
--- a/src/cryptography/hazmat/backends/multibackend.py
+++ b/src/cryptography/hazmat/backends/multibackend.py
@@ -31,7 +31,7 @@ class MultiBackend(object):
if len(backends) == 0:
raise ValueError(
"Multibackend cannot be initialized with no backends. If you "
- "are seeing this error when trying to use default_backend "
+ "are seeing this error when trying to use default_backend() "
"please try uninstalling and reinstalling cryptography."
)