[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 01/01: docs: nitpicky minor fix
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 01/01: docs: nitpicky minor fix |
Date: |
Mon, 10 Apr 2017 17:26:14 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit c62ad7565afaed3887cd1161cd79ae60ed4a8383
Author: Sebastian Koslowski <address@hidden>
Date: Wed Mar 29 09:15:46 2017 +0200
docs: nitpicky minor fix
---
docs/doxygen/other/pmt.dox | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/doxygen/other/pmt.dox b/docs/doxygen/other/pmt.dox
index 76f5988..932f6c0 100644
--- a/docs/doxygen/other/pmt.dox
+++ b/docs/doxygen/other/pmt.dox
@@ -83,7 +83,7 @@ std::string str = pmt::symbol_to_string(P_str);
The pmt::intern is another way of saying pmt::string_to_symbol.
-In Python, we can make use of the weak typing, and there's actually a
+In Python, we can make use of the dynamic typing, and there's actually a
helper function to do these conversions (C++ also has a helper
function for converting to PMTs called pmt::mp(), but its less
powerful, and not quite as useful, because types are always strictly