summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2018-05-18 00:47:35 -0500
committerIlya Etingof <etingof@gmail.com>2018-06-28 09:54:47 +0200
commit1cec4e7bb311d35cbbe6b8b1f7a74c83d93fd573 (patch)
tree6b9ccbd91e432bf5a9ae1f25256e5fed09d1e2fc
parent49927e08092c318e21879a23dcb61b2292027515 (diff)
downloadpysnmp-git-1cec4e7bb311d35cbbe6b8b1f7a74c83d93fd573.tar.gz
Typo "preperly" -> "properly" (#156)
-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 1062a076..22075810 100644
--- a/docs/source/docs/pysnmp-hlapi-tutorial.rst
+++ b/docs/source/docs/pysnmp-hlapi-tutorial.rst
@@ -126,7 +126,7 @@ objects representing completely different instances of hardware
or software being managed. This is where SNMP context could
be used.
-To indicate SNMP context at high-level API a preperly initialized
+To indicate SNMP context at high-level API a properly initialized
:py:class:`~pysnmp.hlapi.ContextData` object should be used.
For this example we will use the 'empty' context (default).