summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorelie <elie>2007-03-19 13:40:55 +0000
committerelie <elie>2007-03-19 13:40:55 +0000
commitbaa982d6e0f69408cbffd6053ac5aa0ac252ce29 (patch)
tree8c7c6df8115e926049f3cd8e546572142b0c16db /docs
parent0b89d42b9cf0089bcd8b9018f127967b33f835a8 (diff)
downloadpysnmp-baa982d6e0f69408cbffd6053ac5aa0ac252ce29.tar.gz
updated
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 aa2bff9..ea9833f 100644
--- a/docs/pysnmp-tutorial.html
+++ b/docs/pysnmp-tutorial.html
@@ -621,8 +621,8 @@ The pair of <STRONG>errorStatus</STRONG> and <STRONG>errorIndex</STRONG>
variables determines SNMP PDU-level error. If <STRONG>errorStatus</STRONG>
evaluates to true, this indicates SNMP PDU error caused by Managed Object
at position <STRONG>errorIndex</STRONG>-1 in <STRONG>varBinds</STRONG>.
-Doing <STRONG>repr</STRONG>(<STRONG>errorStatus</STRONG>) would return
-explanatory error message.
+Doing <STRONG>errorStatus.prettyPrint</STRONG>() would return an
+explanatory text error message.
</P>
<P>