Skip to content

Commit

Permalink
[SfpBase] Fix key name typo in docstring (sonic-net#99)
Browse files Browse the repository at this point in the history
Fix key name typo: "mominal_bit_rate" -> "nominal_bit_rate"
  • Loading branch information
jleveque authored Jun 29, 2020
1 parent 82bbeab commit 42781ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_platform_base/sfp_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_transceiver_info(self):
ext_identifier |1*255VCHAR |extend identifier
ext_rateselect_compliance |1*255VCHAR |extended rateSelect compliance
cable_length |INT |cable length in m
mominal_bit_rate |INT |nominal bit rate by 100Mbs
nominal_bit_rate |INT |nominal bit rate by 100Mbs
specification_compliance |1*255VCHAR |specification compliance
vendor_date |1*255VCHAR |vendor date
vendor_oui |1*255VCHAR |vendor OUI
Expand Down

0 comments on commit 42781ff

Please sign in to comment.