summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/pmt/__init__.py
diff options
context:
space:
mode:
authorJosh Morman <jmorman@gnuradio.org>2021-11-04 14:27:50 -0400
committermormj <34754695+mormj@users.noreply.github.com>2021-11-06 08:24:32 -0400
commit535bac6bc2409c3cf9e70c0fb62a7f789a5ec6fc (patch)
tree6505d6322e6c8afa66fe901f879af48d049b2a34 /gnuradio-runtime/python/pmt/__init__.py
parent9b150efbc8a8458d9ed192daed34a7ff4e2948a0 (diff)
Revert "Replace boost::any with std::any"
This reverts commit ccd28dfbb1504fdc29db267acd8aa3354fe10cd2.
Diffstat (limited to 'gnuradio-runtime/python/pmt/__init__.py')
-rw-r--r--gnuradio-runtime/python/pmt/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-runtime/python/pmt/__init__.py b/gnuradio-runtime/python/pmt/__init__.py
index d654ad542c..9b313330b0 100644
--- a/gnuradio-runtime/python/pmt/__init__.py
+++ b/gnuradio-runtime/python/pmt/__init__.py
@@ -24,7 +24,7 @@ more flexible.
The PMT library supports the following major types:
bool, symbol (string), integer, real, complex, null, pair, list,
-vector, dict, uniform_vector, any (std::any cast)
+vector, dict, uniform_vector, any (boost::any cast)
'''