summaryrefslogtreecommitdiff
path: root/pysnmp/smi/rfc1902.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysnmp/smi/rfc1902.py')
-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