summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2019-09-26 09:13:16 +0200
committerIlya Etingof <etingof@gmail.com>2019-09-26 09:13:16 +0200
commita421a36e8498abc0824e81ae96b8e30bc447f2c0 (patch)
tree3e705f131e7f5b447e6514a3206de32db1082b18
parent0bbd9a30c557344d92a1537ecfae95ad1d7f73ae (diff)
downloadpysnmp-git-a421a36e8498abc0824e81ae96b8e30bc447f2c0.tar.gz
Fix typo in docstring
-rw-r--r--pysnmp/hlapi/auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pysnmp/hlapi/auth.py b/pysnmp/hlapi/auth.py
index f66eb49b..7b5eb552 100644
--- a/pysnmp/hlapi/auth.py
+++ b/pysnmp/hlapi/auth.py
@@ -287,8 +287,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`