diff options
author | mi-a <kermitalter@gmail.com> | 2014-04-23 11:42:28 +0300 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-04-23 18:38:49 -0400 |
commit | 1567cbc4ca15c3b07f0fe85dd4e1c0ac767ccca0 (patch) | |
tree | 3f1ba524e016263694e961ff4b05452469b821f0 /docs/doxygen/other/pmt.dox | |
parent | 1c21dada05770fafac2d8ca53b90db83327af1d5 (diff) |
docs - pmt
Diffstat (limited to 'docs/doxygen/other/pmt.dox')
-rw-r--r-- | docs/doxygen/other/pmt.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doxygen/other/pmt.dox b/docs/doxygen/other/pmt.dox index 04f58aafc8..4d544614db 100644 --- a/docs/doxygen/other/pmt.dox +++ b/docs/doxygen/other/pmt.dox @@ -179,8 +179,8 @@ key0 = pmt.intern("int") val0 = pmt.from_long(123) val1 = pmt.from_long(234) -key1 = pmt.tern("double") -val2 = pmt.om_double(5.4321) +key1 = pmt.intern("double") +val2 = pmt.from_double(5.4321) # Make an empty dictionary a = pmt.make_dict() |