diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2017-03-29 09:15:46 +0200 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-04-10 10:19:45 -0700 |
commit | c62ad7565afaed3887cd1161cd79ae60ed4a8383 (patch) | |
tree | d60587108eb44de4da70ca54647b2a3962c34a80 /docs/doxygen/other/pmt.dox | |
parent | cb7603c2271673a4f4f0f13f14189811e873b760 (diff) |
docs: nitpicky minor fix
Diffstat (limited to 'docs/doxygen/other/pmt.dox')
-rw-r--r-- | docs/doxygen/other/pmt.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen/other/pmt.dox b/docs/doxygen/other/pmt.dox index 76f598809d..932f6c0a83 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 |