Skip to content

Commit f286fed

Browse files
authored
Fix typos in bandwidth.py (#437)
1 parent 9f4d2df commit f286fed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netutils/bandwidth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,11 @@ def bytes_to_name(speed: float, nbr_decimal: int = 0) -> str:
192192

193193

194194
def name_to_name(speed: str, speed_type: str, nbr_decimal: int = 0) -> str:
195-
"""Method to convert a short bandwidth name to another bandwdth name.
195+
"""Method to convert a short bandwidth name to another bandwidth name.
196196
197197
Args:
198198
speed: Bandwidth to be converted like `100GBps`.
199-
speed_type: Name to convert the bandwdth to like `MBps`.
199+
speed_type: Name to convert the bandwidth to like `MBps`.
200200
nbr_decimal: Precision of end result, ie number of decimal points to round to. Defaults to 0.
201201
202202
Returns:

0 commit comments

Comments
 (0)