From 4d476d5382531f084e21e821f6ccd2b47b3fab5b Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 2 Nov 2016 11:40:06 -0400 Subject: Fix function call Not familiar with the API well enough to know if this is the correct fix or not. --- docs/source/docs/pysnmp-hlapi-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docs/pysnmp-hlapi-tutorial.rst b/docs/source/docs/pysnmp-hlapi-tutorial.rst index 0ec57624..54b7441b 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 - >>> g = getCmd( + >>> g = getCmd() Choosing SNMP protocol and credentials -------------------------------------- -- cgit v1.2.1