summaryrefslogtreecommitdiff
path: root/pysnmp/hlapi/v3arch/asyncio/ntforg.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/hlapi/v3arch/asyncio/ntforg.py')
-rw-r--r--pysnmp/hlapi/v3arch/asyncio/ntforg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysnmp/hlapi/v3arch/asyncio/ntforg.py b/pysnmp/hlapi/v3arch/asyncio/ntforg.py
index 4851f443..afc9875e 100644
--- a/pysnmp/hlapi/v3arch/asyncio/ntforg.py
+++ b/pysnmp/hlapi/v3arch/asyncio/ntforg.py
@@ -109,7 +109,7 @@ def sendNotification(snmpEngine, authData, transportTarget, contextData,
Notes
-----
- The `sendNotification` generator will be exhausted immidiately unless
+ The `sendNotification` generator will be exhausted immediately unless
an instance of :py:class:`~pysnmp.smi.rfc1902.NotificationType` class
or a sequence of :py:class:`~pysnmp.smi.rfc1902.ObjectType` `varBinds`
are send back into running generator (supported since Python 2.6).