summaryrefslogtreecommitdiff
path: root/pysnmp/proto
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-04-04 08:22:43 +0200
committerIlya Etingof <etingof@gmail.com>2017-04-04 08:22:43 +0200
commitc6bf94e87486b92805e1fed9cc8fc33f5925b2e9 (patch)
tree56379947c020f1a0f54f883b5cd86223085befa6 /pysnmp/proto
parentc613363589cc298abd937af82cc392da2168982b (diff)
downloadpysnmp-git-c6bf94e87486b92805e1fed9cc8fc33f5925b2e9.tar.gz
typo in class name
Diffstat (limited to 'pysnmp/proto')
-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):