From c3e27b715e4366af88880926446bbe745e8e0333 Mon Sep 17 00:00:00 2001 From: oetiker Date: Fri, 2 Apr 2010 22:50:43 +0000 Subject: [PATCH] backport documentation fix git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3@2065 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdpython.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/doc/rrdpython.pod b/program/doc/rrdpython.pod index f041b0b5..c8d49f09 100644 --- a/program/doc/rrdpython.pod +++ b/program/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. -- 2.30.2