summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/entity/rfc3413/oneliner/sync/ntforg.py')
-rw-r--r--pysnmp/entity/rfc3413/oneliner/sync/ntforg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py b/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
index e16fd7c..93e047e 100644
--- a/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
+++ b/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
@@ -51,9 +51,9 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
errorIndication : str
True value indicates SNMP engine error.
errorStatus : str
- Non-zero value indicates SNMP PDU error.
+ True value indicates SNMP PDU error.
errorIndex : int
- Non-zero value refers to \*varBinds[errorIndex-1]
+ Non-zero value refers to `varBinds[errorIndex-1]`
varBinds : tuple
A sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` class
instances representing MIB variables returned in SNMP response.