summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-03 02:02:39 +0100
committerIlya Etingof <etingof@gmail.com>2016-11-03 02:02:39 +0100
commit743e28f6ec1fffbe5c549c04a3795dfdc9900ebf (patch)
treec4081b228e82ee00c8545a5431f246ddcce82d08 /docs
parent63333eb8eb30652b4676cea0a8100dfa1defc47d (diff)
downloadpysnmp-git-743e28f6ec1fffbe5c549c04a3795dfdc9900ebf.tar.gz
minor fix to hlapi doc
Diffstat (limited to 'docs')
-rw-r--r--docs/source/docs/pysnmp-hlapi-tutorial.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/source/docs/pysnmp-hlapi-tutorial.rst b/docs/source/docs/pysnmp-hlapi-tutorial.rst
index 28e172da..f4cdb8e7 100644
--- a/docs/source/docs/pysnmp-hlapi-tutorial.rst
+++ b/docs/source/docs/pysnmp-hlapi-tutorial.rst
@@ -45,7 +45,6 @@ corresponding functions.
['bulkCmd', 'getCmd', 'nextCmd', 'setCmd']
>>> getCmd
<function getCmd at 0x222b330>
- >>> g = getCmd()
Choosing SNMP protocol and credentials
--------------------------------------