X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdpython.pod;h=f041b0b59b0eed011bb592a1c6d48f3de0cf9879;hp=dc329ecaf85c7e6562a48e9ba55b4237a20cf4ed;hb=e9168ed5a5d59bc19dbd80ed0f96be344a630e6e;hpb=cb092381724e4ba8a1f18712fefc541a3d370f99 diff --git a/doc/rrdpython.pod b/doc/rrdpython.pod index dc329ec..f041b0b 100644 --- a/doc/rrdpython.pod +++ b/doc/rrdpython.pod @@ -5,7 +5,7 @@ rrdpython - About the RRD Python bindings =head1 SYNOPSIS import rrdtool - rrdtool.create('/tmp/test.rrd', 'DS:foo:GUAGE:20:0:U') + rrdtool.create('/tmp/test.rrd', 'DS:foo:GAUGE:20:0:U') =head1 DESCRIPTION @@ -18,6 +18,7 @@ to the other B documentation for functions and valid arguments. =head1 EXAMPLE + import sys sys.path.append('/path/to/rrdtool/lib/python2.3/site-packages/') import rrdtool, tempfile