Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natenka committed Jan 16, 2022
1 parent 777d82e commit c7448ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/source/book/06_control_structures/for_if.rst
Expand Up @@ -13,10 +13,7 @@ Generate_access_port_config.py file:
'spanning-tree portfast',
'spanning-tree bpduguard enable']
fast_int = {'access': {'0/12':10,
'0/14':11,
'0/16':17,
'0/17':150}}
access = {'0/12': 10, '0/14': 11, '0/16': 17, '0/17': 150}
for intf, vlan in fast_int['access'].items():
print('interface FastEthernet' + intf)
Expand Down

0 comments on commit c7448ba

Please sign in to comment.