From 0cf85fdffc601477afb4a9c5568653154fb4eb32 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Thu, 21 Feb 2019 10:59:44 +0100 Subject: Fix typos in docstrings --- pysnmp/hlapi/v1arch/asyncore/sync/cmdgen.py | 2 +- pysnmp/hlapi/v3arch/asyncio/ntforg.py | 2 +- pysnmp/hlapi/v3arch/asyncore/sync/cmdgen.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pysnmp') 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). -- cgit v1.2.1