Skip to content

Commit 6f192dc

Browse files
author
Cosmin Jinga
committed
Small update correcting code comments
1 parent bb0d9c8 commit 6f192dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sonic-yang-mgmt/sonic_yang_ext.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def _yangConvert(val):
423423
are displayed only when an entry is not xlated properly from ConfigDB
424424
to sonic_yang.json.
425425
426-
Type 1 map Yang has inner list, which is diffrent from config DB.
426+
Type 1 Lists have inner list, which is diffrent from config DB.
427427
Each field value in config db should be converted to inner list with
428428
key and value.
429429
Example:
@@ -746,7 +746,7 @@ def _revYangConvert(val):
746746

747747
"""
748748
Rev xlate from <TABLE>_LIST to table in config DB
749-
Type 1 MAPs Yang has inner list, each inner list key:val should
749+
Type 1 Lists have inner list, each inner list key:val should
750750
be mapped to field:value in Config DB.
751751
Example:
752752

0 commit comments

Comments
 (0)