summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-11-03 01:53:34 +0100
committerGitHub <noreply@github.com>2016-11-03 01:53:34 +0100
commit63333eb8eb30652b4676cea0a8100dfa1defc47d (patch)
tree1209b87606268fbbc2306484ebd65a0db78ee222 /docs
parente7c1d5b1fb26ef1909c0a17b07cc981571b37cef (diff)
parent4d476d5382531f084e21e821f6ccd2b47b3fab5b (diff)
downloadpysnmp-git-63333eb8eb30652b4676cea0a8100dfa1defc47d.tar.gz
Merge pull request #24 from johnthagen/patch-2
[DOC] Fix function call
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 c242d1ec..28e172da 100644
--- a/docs/source/docs/pysnmp-hlapi-tutorial.rst
+++ b/docs/source/docs/pysnmp-hlapi-tutorial.rst
@@ -45,7 +45,7 @@ corresponding functions.
['bulkCmd', 'getCmd', 'nextCmd', 'setCmd']
>>> getCmd
<function getCmd at 0x222b330>
- >>> g = getCmd(
+ >>> g = getCmd()
Choosing SNMP protocol and credentials
--------------------------------------