diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptography/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py index 27bccbc6..c91bcb2f 100644 --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -78,7 +78,7 @@ def verify_interface(iface, klass): raise InterfaceNotImplemented( "{0}.{1}'s signature differs from the expected. Expected: " "{2!r}. Received: {3!r}".format( - klass, method, spec, actual + klass, method, sig, actual ) ) |