summaryrefslogtreecommitdiff
path: root/docs/source/docs/pysnmp-architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/docs/pysnmp-architecture.rst')
-rw-r--r--docs/source/docs/pysnmp-architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/docs/pysnmp-architecture.rst b/docs/source/docs/pysnmp-architecture.rst
index 4256e12c..020cc5a5 100644
--- a/docs/source/docs/pysnmp-architecture.rst
+++ b/docs/source/docs/pysnmp-architecture.rst
@@ -9,7 +9,7 @@ We can look at PySNMP's internal structure from the view point of
SNMP protocol evolution. SNMP was evolving for many years from
a relatively simple way to structure and retrieve data (SNMPv1/v2c)
all the way to extensible and modularized framework that supports
-strong crypto out-of-the-box (SNMPv3).
+strong SNMPv3 crypto (with optional pysnmpcrypto package).
In the order from most ancient SNMP services to the most current ones,
what follows are different layers of PySNMP APIs: