summaryrefslogtreecommitdiff
path: root/pysnmp/proto
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-07-13 15:05:49 +0200
committerIlya Etingof <etingof@gmail.com>2017-07-13 15:05:49 +0200
commit1d2dc03045b9df5bbeb48cb8ed134f1c50079376 (patch)
treecfbaba1d009076fc73231769a6b954a023340b5c /pysnmp/proto
parent89ac53ca3c493fc90be6bc31219c8e43e0c30ef1 (diff)
downloadpysnmp-git-1d2dc03045b9df5bbeb48cb8ed134f1c50079376.tar.gz
renamed "OIDs are not increasing" message for clarity
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 a033c02a..c978f750 100644
--- a/pysnmp/proto/errind.py
+++ b/pysnmp/proto/errind.py
@@ -278,4 +278,4 @@ otherError = OtherError('Unspecified SNMP engine error occurred')
class OidNotIncreasing(ErrorIndication):
pass
-oidNotIncreasing = OidNotIncreasing('OIDs are not increasing')
+oidNotIncreasing = OidNotIncreasing('OID not increasing')