NSX: fix invalid docstring

Updated the text of docstring.

Change-Id: Ic82fe4719c8b04d01cfb5ebb69411f2f35e7f646
This commit is contained in:
Gary Kotton 2014-05-30 23:54:58 -07:00
parent d8c790bb0c
commit 76a286c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -2313,7 +2313,7 @@ class NsxPluginV2(addr_pair_db.AllowedAddressPairsMixin,
def create_security_group(self, context, security_group, default_sg=False):
"""Create security group.
If default_sg is true that means a we are creating a default security
If default_sg is true that means we are creating a default security
group and we don't need to check if one exists.
"""
s = security_group.get('security_group')