diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-06-20 16:39:00 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-07-20 14:41:00 -0700 |
commit | e8b3319531771ad40a4bd9fba4fbd7acb8397f48 (patch) | |
tree | e62f59daf1852787b89bfbb37ba7679a7940d97d | |
parent | 687fbcf6906cc41e73a650552ca7c99012273660 (diff) | |
download | uhd-e8b3319531771ad40a4bd9fba4fbd7acb8397f48.tar.gz uhd-e8b3319531771ad40a4bd9fba4fbd7acb8397f48.tar.bz2 uhd-e8b3319531771ad40a4bd9fba4fbd7acb8397f48.zip |
mpm: net: Fix typo in docstring
-rw-r--r-- | mpm/python/usrp_mpm/sys_utils/net.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/sys_utils/net.py b/mpm/python/usrp_mpm/sys_utils/net.py index 30ecae70d..56448c6c4 100644 --- a/mpm/python/usrp_mpm/sys_utils/net.py +++ b/mpm/python/usrp_mpm/sys_utils/net.py @@ -77,7 +77,7 @@ def get_iface_info(ifname): def get_link_speed(ifname): """ Given an interface name (e.g 'eth0'), return link speed - of that interface as unsigned interger. + of that interface as unsigned integer. If interface is not found, IndexError will be thrown. The speed is Megabits/sec (from kernel at https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-net) |