summaryrefslogtreecommitdiff
path: root/pysnmp
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp')
-rw-r--r--pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py2
-rw-r--r--pysnmp/hlapi/v3arch/asyncio/ntforg.py2
-rw-r--r--pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py4
3 files changed, 4 insertions, 4 deletions
diff --git a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
index d82f4d92..a1c3366d 100644
--- a/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
+++ b/pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py
@@ -158,7 +158,7 @@ def setCmd(snmpDispatcher, authData, transportTarget,
Notes
-----
- The `setCmd` generator will be exhausted immidiately unless
+ The `setCmd` generator will be exhausted immediately unless
a new sequence of `varBinds` are send back into running generator
(supported since Python 2.6).
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).
diff --git a/pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py b/pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py
index 7caa05ba..c0e7a379 100644
--- a/pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py
+++ b/pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py
@@ -66,7 +66,7 @@ def getCmd(snmpEngine, authData, transportTarget, contextData,
Notes
-----
- The `getCmd` generator will be exhausted immidiately unless
+ The `getCmd` generator will be exhausted immediately unless
a new sequence of `varBinds` are send back into running generator
(supported since Python 2.6).
@@ -172,7 +172,7 @@ def setCmd(snmpEngine, authData, transportTarget, contextData,
Notes
-----
- The `setCmd` generator will be exhausted immidiately unless
+ The `setCmd` generator will be exhausted immediately unless
a new sequence of `varBinds` are send back into running generator
(supported since Python 2.6).