From da6bf176aafd26f707a17de49ac265539a5f0f1d Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 11 Oct 2019 11:56:30 -0700 Subject: mpm: periph manager: Fix typo in docstring (update default args) --- mpm/python/usrp_mpm/periph_manager/base.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mpm/python/usrp_mpm') diff --git a/mpm/python/usrp_mpm/periph_manager/base.py b/mpm/python/usrp_mpm/periph_manager/base.py index 430082604..fd4602151 100644 --- a/mpm/python/usrp_mpm/periph_manager/base.py +++ b/mpm/python/usrp_mpm/periph_manager/base.py @@ -211,8 +211,9 @@ class PeriphManagerBase(object): def init_dboards(self, args): """ - Run full initialization of daugther boards if they're exist - Using 'override_db_pids' args to overwrite number of dboards that need to be init. + Run full initialization of daughter boards if they exist. + Use 'override_db_pids' args to overwrite number of dboards that get + initialized. """ self._default_args = self._update_default_args(args) self.log.debug("Using default args: {}".format(self._default_args)) -- cgit v1.2.3