summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeff Diwie / Geoffroy BAILLY <guapyo@users.noreply.github.com>2018-01-19 13:00:37 +0100
committerIlya Etingof <etingof@gmail.com>2018-01-19 13:00:37 +0100
commite71ae1a6c45c398c22608767574581a2a0ca0f51 (patch)
tree43e9d7bfaf3ceae584a7d94a1f7494fb5837bd90 /docs
parent44159c6af9e784c0acbd28d91e20a231ca73a7f1 (diff)
downloadpysnmp-git-e71ae1a6c45c398c22608767574581a2a0ca0f51.tar.gz
Typo (#127)
Diffstat (limited to 'docs')
-rw-r--r--docs/source/docs/pysnmp-hlapi-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/docs/pysnmp-hlapi-tutorial.rst b/docs/source/docs/pysnmp-hlapi-tutorial.rst
index 60814578..1062a076 100644
--- a/docs/source/docs/pysnmp-hlapi-tutorial.rst
+++ b/docs/source/docs/pysnmp-hlapi-tutorial.rst
@@ -14,7 +14,7 @@ Creating SNMP Engine
--------------------
SNMP engine is a central, umbrella object in PySNMP. All PySNMP
-opetations involve :py:class:`~pysnmp.hlapi.SnmpEngine` class
+operations involve :py:class:`~pysnmp.hlapi.SnmpEngine` class
instance. PySNMP app can run multiple independent SNMP engines each
guided by its own *SnmpEngine* object.