commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/01: docs - pmt


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: docs - pmt
Date: Wed, 23 Apr 2014 22:39:21 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 1567cbc4ca15c3b07f0fe85dd4e1c0ac767ccca0
Author: mi-a <address@hidden>
Date:   Wed Apr 23 11:42:28 2014 +0300

    docs - pmt
---
 docs/doxygen/other/pmt.dox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/doxygen/other/pmt.dox b/docs/doxygen/other/pmt.dox
index 04f58aa..4d54461 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()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]