summaryrefslogtreecommitdiff
path: root/pysnmp
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-21 10:59:44 +0100
committerIlya Etingof <etingof@gmail.com>2019-02-21 10:59:44 +0100
commit0cf85fdffc601477afb4a9c5568653154fb4eb32 (patch)
treef8697ae8d796984b1b7b8e8ec60afa756e0b48f6 /pysnmp
parent8f7fb2fb9c8c4ef20c7c5f4732502bdeaad5152e (diff)
downloadpysnmp-git-0cf85fdffc601477afb4a9c5568653154fb4eb32.tar.gz
Fix typos in docstrings
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).