summaryrefslogtreecommitdiff
path: root/docs/doxygen
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-04-10 10:20:07 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-04-10 10:20:07 -0700
commit8e259e42c3c27bbdd96b25c6ad1007a60391f1b3 (patch)
treeabf7440d5fe57c6cf87d1d5ceac965f5408b6ccb /docs/doxygen
parentacf6849268eb445bbc9e28648eeba5fa5d4a8ccb (diff)
parent10c87e7ae2bbd3be42a846b3d0428ce3d2908601 (diff)
Merge branch 'next' into python3
Diffstat (limited to 'docs/doxygen')
-rw-r--r--docs/doxygen/other/pmt.dox2
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