summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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>