update docstring param description

Change-Id: I794a42eee5134f925921656e3855d49a895fa35c
This commit is contained in:
chenpengzi 2018-02-07 10:39:02 +08:00
parent f622df7c82
commit 063fc48315
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def bridge_delete_interface(bridge, removeif):
"""Remove an interface from a bridge
:param bridge: the name of the bridge
:param newif: the name of the interface to add
:param removeif: the name of the interface to delete
"""
processutils.execute('brctl', 'delif', bridge, removeif)