summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2010-11-14 00:35:55 +0000
committerelie <elie>2010-11-14 00:35:55 +0000
commitb439d79d3e5c0ab71b306678a7fc34c76cff3a6d (patch)
tree0bde8b18c0ac55c2070524761ab4eee295698d0f /docs
parent63d341b7bb77a1d3d9477212d2242d769f3650bc (diff)
downloadpysnmp-b439d79d3e5c0ab71b306678a7fc34c76cff3a6d.tar.gz
typos
Diffstat (limited to 'docs')
-rw-r--r--docs/pysnmp-tutorial.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pysnmp-tutorial.html b/docs/pysnmp-tutorial.html
index 86307fc..5ecb657 100644
--- a/docs/pysnmp-tutorial.html
+++ b/docs/pysnmp-tutorial.html
@@ -775,7 +775,7 @@ over SNMPv3:
<TABLE BGCOLOR="lightgray" BORDER=0 WIDTH=100%><TR><TD>
<PRE>
>>> from pysnmp.entity.rfc3413.oneliner import cmdgen
->>> errorIndication, errorStatus, errorIndex, varBinds = cmdgen.CommandGenerator().nextCmd(
+>>> errorIndication, errorStatus, errorIndex, varBindTable = cmdgen.CommandGenerator().nextCmd(
... cmdgen.UsmUserData('my-user', 'my-authkey', 'my-privkey'),
... cmdgen.UdpTransportTarget(('localhost', 161)),
... (1,3,6,1,2,1,1)
@@ -854,7 +854,7 @@ over SNMPv3:
<TABLE BGCOLOR="lightgray" BORDER=0 WIDTH=100%><TR><TD>
<PRE>
>>> from pysnmp.entity.rfc3413.oneliner import cmdgen
->>> errorIndication, errorStatus, errorIndex, varBinds = cmdgen.CommandGenerator().bulkCmd(
+>>> errorIndication, errorStatus, errorIndex, varBindTable = cmdgen.CommandGenerator().bulkCmd(
... cmdgen.UsmUserData('my-user', 'my-authkey', 'my-privkey'),
... cmdgen.UdpTransportTarget(('localhost', 161)),
... 0, 25, # nonRepeaters, maxRepetitions