Skip to content

Commit 42781ff

Browse files
authored
[SfpBase] Fix key name typo in docstring (#99)
Fix key name typo: "mominal_bit_rate" -> "nominal_bit_rate"
1 parent 82bbeab commit 42781ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_platform_base/sfp_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def get_transceiver_info(self):
3535
ext_identifier |1*255VCHAR |extend identifier
3636
ext_rateselect_compliance |1*255VCHAR |extended rateSelect compliance
3737
cable_length |INT |cable length in m
38-
mominal_bit_rate |INT |nominal bit rate by 100Mbs
38+
nominal_bit_rate |INT |nominal bit rate by 100Mbs
3939
specification_compliance |1*255VCHAR |specification compliance
4040
vendor_date |1*255VCHAR |vendor date
4141
vendor_oui |1*255VCHAR |vendor OUI

0 commit comments

Comments
 (0)