Merge "Wrong usage of "an""

This commit is contained in:
Jenkins 2015-12-30 20:22:48 +00:00 committed by Gerrit Code Review
commit d8a57788a1
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ class FirewallDriver(object):
def update_port_filter(self, port):
"""Refresh security group rules from data store
Gets called when an port gets added to or removed from
Gets called when a port gets added to or removed from
the security group the port is a member of or if the
group gains or looses a rule.
"""

View File

@ -102,7 +102,7 @@ class API(object):
@abc.abstractmethod
def add_br(self, name, may_exist=True, datapath_type=None):
"""Create an command to add an OVS bridge
"""Create a command to add an OVS bridge
:param name: The name of the bridge
:type name: string