From: oetiker Date: Fri, 2 Apr 2010 22:50:43 +0000 (+0000) Subject: backport documentation fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=280fe0665ffe5de7dd00b37e05cc26e92ce94ba5;p=rrdtool.git backport documentation fix git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@2065 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdpython.pod b/doc/rrdpython.pod index f041b0b..c8d49f0 100644 --- a/doc/rrdpython.pod +++ b/doc/rrdpython.pod @@ -40,7 +40,7 @@ to the other B documentation for functions and valid arguments. info = rrdtool.info('downloads.rrd') print info['last_update'] - print info['ds']['downloads']['minimal_heartbeat'] + print info['ds[downloads].minimal_heartbeat'] If you use the B make target you can drop to first sys.path.append line since the rrdtool module will be available everywhere.