summaryrefslogtreecommitdiff
path: root/pysnmp/smi
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-02-22 09:30:26 +0100
committerIlya Etingof <etingof@gmail.com>2019-02-22 09:30:26 +0100
commitda46736662eeee194ad7c31110df927e45e16ecf (patch)
treeaa4eac7fc1927ef4d8594e9b6b45482e2bdcf7dd /pysnmp/smi
parenta8f46fc66c236a35a041352422ab6a68387db31a (diff)
downloadpysnmp-git-da46736662eeee194ad7c31110df927e45e16ecf.tar.gz
Fix typos in the docstrings
Diffstat (limited to 'pysnmp/smi')
-rw-r--r--pysnmp/smi/rfc1902.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pysnmp/smi/rfc1902.py b/pysnmp/smi/rfc1902.py
index ee32470d..9a3d4507 100644
--- a/pysnmp/smi/rfc1902.py
+++ b/pysnmp/smi/rfc1902.py
@@ -924,14 +924,14 @@ class NotificationType(object):
Parameters
----------
- objectIdentity : :py:class:`~pysnmp.smi.rfc1902.ObjectIdentity`
+ objectIdentity: :py:class:`~pysnmp.smi.rfc1902.ObjectIdentity`
Class instance representing MIB notification type identification.
- instanceIndex : :py:class:`~pysnmp.proto.rfc1902.ObjectName`
+ instanceIndex: :py:class:`~pysnmp.proto.rfc1902.ObjectName`
Trailing part of MIB variables OID identification that represents
concrete instance of a MIB variable. When notification is prepared,
`instanceIndex` is appended to each MIB variable identification
listed in NOTIFICATION-TYPE->OBJECTS clause.
- objects : dict
+ objects: dict
Dictionary-like object that may return values by OID key. The
`objects` dictionary is consulted when notification is being
prepared. OIDs are taken from MIB variables listed in