diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-04-23 18:38:59 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-04-23 18:38:59 -0400 |
commit | 3831dd37c8df19e25fa258db4d393ee068889dae (patch) | |
tree | 0d373cfb689cd30003df68c1f32b3e8e90ebea6a /docs/doxygen/other/pmt.dox | |
parent | 720f55287c5fe5cd3d7d6541f13382f3500f7f85 (diff) | |
parent | 1567cbc4ca15c3b07f0fe85dd4e1c0ac767ccca0 (diff) |
Merge branch 'maint'
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 9ae4bcdfa5..bc7f870ccd 100644 --- a/docs/doxygen/other/pmt.dox +++ b/docs/doxygen/other/pmt.dox @@ -307,8 +307,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() |