Code

updates to the win32 port -- Chris Larsen
[rrdtool.git] / doc / rrdpython.pod
index b6f90756a944c7ea2834d6cb04907a8637350ba1..ba21f1608ddf0ee3c112aed211b87b4a85da6203 100644 (file)
@@ -42,7 +42,7 @@ Please refer to the other B<rrdtool> documentation for functions and valid argum
 
  info = rrdtool.info('downloads.rrd')
  print info['last_update']
- print info['ds']['downloads']['minimal_heartbeat']
+ print info['ds[downloads].minimal_heartbeat']
 
 =head2 Example 2
 
@@ -62,9 +62,9 @@ Please refer to the other B<rrdtool> documentation for functions and valid argum
                  'RRA:AVERAGE:0.5:6:10' )
 
 If you use the B<site-python-install> make target you can drop to first sys.path.append
-line since the rrdtool module will be available everywhere.
+line since the RRDtool module will be available everywhere.
 
-If rrdtool runs into trouble, it will throw an exception which you might want to catch.
+If RRDtool runs into trouble, it will throw an exception which you might want to catch.
 
 =head1 SEE ALSO