summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pysnmp/proto/errind.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/proto/errind.py b/pysnmp/proto/errind.py
index cbde3974..d7db22fb 100644
--- a/pysnmp/proto/errind.py
+++ b/pysnmp/proto/errind.py
@@ -199,7 +199,7 @@ unsupportedSecurityModel = UnsupportedSecurityModel('Unsupported SNMP security m
class UnsupportedSecLevel(ErrorIndication):
pass
-unsupportedSecLevel = UnsupportedSecurityLevel('Unsupported SNMP security level')
+unsupportedSecLevel = UnsupportedSecLevel('Unsupported SNMP security level')
class NotInTimeWindow(ErrorIndication):