diff options
Diffstat (limited to 'gnuradio-runtime/python/pmt/__init__.py')
-rw-r--r-- | gnuradio-runtime/python/pmt/__init__.py | 2 |
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) ''' |