From 5ecc8988d066e957499192a36a686ba7d35876c2 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 11 Aug 2019 12:40:03 +0200 Subject: Docstring fix --- pysnmp/hlapi/auth.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pysnmp/hlapi/auth.py b/pysnmp/hlapi/auth.py index 735d85df..f66eb49b 100644 --- a/pysnmp/hlapi/auth.py +++ b/pysnmp/hlapi/auth.py @@ -317,11 +317,11 @@ class UsmUserData(object): Notes ----- - If `~pysnmp.hlapi.usmKeyTypeLocalized` is used when running a - non-authoritative SNMP engine, USM key localization mechanism - is not invoked. As a consequence, local SNMP engine configuration - won't get automatically populated with remote SNMP engine's - *securityEngineId*. + If :py:class:`~pysnmp.hlapi.usmKeyTypeLocalized` is used when + running a non-authoritative SNMP engine, USM key localization + mechanism is not invoked. As a consequence, local SNMP engine + configuration won't get automatically populated with remote SNMP + engine's *securityEngineId*. Therefore peer SNMP engine's *securityEngineId* must be added to local configuration and associated with its localized keys. -- cgit v1.2.1