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.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