summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf2c066)
raw | patch | inline | side by side (parent: bf2c066)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 24 Oct 2008 06:20:21 +0000 (06:20 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 24 Oct 2008 06:20:21 +0000 (06:20 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1628 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdpython.pod | patch | blob | history |
diff --git a/doc/rrdpython.pod b/doc/rrdpython.pod
index d504deb47bef903264abaf269abc24d18463fa1a..f041b0b59b0eed011bb592a1c6d48f3de0cf9879 100644 (file)
--- a/doc/rrdpython.pod
+++ b/doc/rrdpython.pod
=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