From 535bac6bc2409c3cf9e70c0fb62a7f789a5ec6fc Mon Sep 17 00:00:00 2001
From: Josh Morman <jmorman@gnuradio.org>
Date: Thu, 4 Nov 2021 14:27:50 -0400
Subject: Revert "Replace boost::any with std::any"

This reverts commit ccd28dfbb1504fdc29db267acd8aa3354fe10cd2.
---
 gnuradio-runtime/python/pmt/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnuradio-runtime/python')

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)
 '''
 
 
-- 
cgit v1.2.3