summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-17 00:52:10 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-17 00:52:10 +0200
commita6abfd82662615f5e136194e00072afdea1e1510 (patch)
tree4270f2924517278db87b3b6311380b5d6bbf5d31 /docs
parent527ad7f98fe28e18c4c39fe58b04aa5583b20c1d (diff)
downloadpysnmp-git-a6abfd82662615f5e136194e00072afdea1e1510.tar.gz
documentation typo fix
Diffstat (limited to 'docs')
-rw-r--r--docs/source/examples/contents.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/examples/contents.rst b/docs/source/examples/contents.rst
index e2ece0e5..3e7b3522 100644
--- a/docs/source/examples/contents.rst
+++ b/docs/source/examples/contents.rst
@@ -156,7 +156,7 @@ following snippet of code at the beginning of your application:
from pysnmp import debug
# use specific flags or 'all' for full debugging
- debug.setLogger(debug.Debug('dsp', 'msgproc', 'secmode'))
+ debug.setLogger(debug.Debug('dsp', 'msgproc', 'secmod'))
Then run your app and watch stderr. The Debug initializer enables debugging
for a particular PySNMP subsystem, 'all' enables full debugging. More