diff options
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/types/dict.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/types/dict.hpp b/host/include/uhd/types/dict.hpp index 51e3e1814..90559ff5f 100644 --- a/host/include/uhd/types/dict.hpp +++ b/host/include/uhd/types/dict.hpp @@ -128,7 +128,7 @@ namespace uhd{ * With the exception of \p fail_on_conflict, this behaves analogously * to Python's dict.update() method. * - * \param new_args The arguments to copy. + * \param new_dict The arguments to copy. * \param fail_on_conflict If true, throws. * \throws uhd::value_error */ |