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 16f3930..e16fd7c 100644
--- a/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
+++ b/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
@@ -40,7 +40,7 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
Other Parameters
----------------
- **options :
+ \*\*options :
Request options:
* `lookupMib` - load MIB and resolve response MIB variables at
@@ -53,7 +53,7 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
errorStatus : str
Non-zero 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.