diff options
author | Ilya Etingof <etingof@gmail.com> | 2019-09-26 09:13:16 +0200 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2019-09-26 09:15:39 +0200 |
commit | a935c7e0bfcb3231af9ba728d774b1fc41cfde66 (patch) | |
tree | 5c0bf2b0ee5782310a0ff0d9c1355e7fb145d7bb /pysnmp/hlapi | |
parent | 1248773609bfd061e999f7f29f7bf7414e6e1364 (diff) | |
download | pysnmp-git-a935c7e0bfcb3231af9ba728d774b1fc41cfde66.tar.gz |
Fix typo in docstring
Diffstat (limited to 'pysnmp/hlapi')
-rw-r--r-- | pysnmp/hlapi/v3arch/auth.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/hlapi/v3arch/auth.py b/pysnmp/hlapi/v3arch/auth.py index 34609904..1f41f589 100644 --- a/pysnmp/hlapi/v3arch/auth.py +++ b/pysnmp/hlapi/v3arch/auth.py @@ -313,8 +313,8 @@ class UsmUserData(object): Supported encryption protocol identifiers are: - * :py:class:`~pysnmp.hlapi.usmNoPrivProtocol` (default is *authKey* not given) - * :py:class:`~pysnmp.hlapi.usmDESPrivProtocol` (default if *authKey* is given) + * :py:class:`~pysnmp.hlapi.usmNoPrivProtocol` (default is *privhKey* not given) + * :py:class:`~pysnmp.hlapi.usmDESPrivProtocol` (default if *privKey* is given) * :py:class:`~pysnmp.hlapi.usm3DESEDEPrivProtocol` * :py:class:`~pysnmp.hlapi.usmAesCfb128Protocol` * :py:class:`~pysnmp.hlapi.usmAesCfb192Protocol` |