summaryrefslogtreecommitdiff
path: root/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
diff options
context:
space:
mode:
authorelie <elie>2015-09-17 23:16:45 +0000
committerelie <elie>2015-09-17 23:16:45 +0000
commit73be9eb5e4d92d0b92fd3cb015fc8a9318a84bb7 (patch)
treee9d24cb3be81383d11d853099a6fea17be048d1a /pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
parent0400adc3bac5391e196ec290d8fbf7a07adf7ce3 (diff)
downloadpysnmp-73be9eb5e4d92d0b92fd3cb015fc8a9318a84bb7.tar.gz
asynchronous notification originator documented + fixes here and there
Diffstat (limited to 'pysnmp/entity/rfc3413/oneliner/sync/ntforg.py')
-rw-r--r--pysnmp/entity/rfc3413/oneliner/sync/ntforg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py b/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
index 93e047e..03fab16 100644
--- a/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
+++ b/pysnmp/entity/rfc3413/oneliner/sync/ntforg.py
@@ -9,7 +9,7 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
"""Creates a generator to send one or more SNMP notifications.
On each iteration, new SNMP TRAP or INFORM notification is send
- (:RFC:`3413#section-3.3`). The iterator blocks waiting for
+ (:RFC:`1905#section-4,2,6`). The iterator blocks waiting for
INFORM acknowlegement to arrive or error to occur.
Parameters