]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
NSX: fix invalid docstring
authorGary Kotton <gkotton@vmware.com>
Sat, 31 May 2014 06:54:58 +0000 (23:54 -0700)
committerGary Kotton <gkotton@vmware.com>
Sat, 31 May 2014 06:54:58 +0000 (23:54 -0700)
Updated the text of docstring.

Change-Id: Ic82fe4719c8b04d01cfb5ebb69411f2f35e7f646

neutron/plugins/vmware/plugins/base.py

index 2c42758e554dac8693125dcefbb93210ac8943b6..60580bfb079b816d710c401123fa36c2ef4c3c7b 100644 (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 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')