]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed the typo in the doc string of the class SubnetPoolReader
authorPraveen Kumar SM <praveen-sm.kumar@hp.com>
Fri, 28 Aug 2015 09:00:23 +0000 (02:00 -0700)
committerPraveen Kumar SM <praveen-sm.kumar@hp.com>
Fri, 28 Aug 2015 10:40:04 +0000 (03:40 -0700)
Closes-Bug: #1489788

Change-Id: I9fb4563354efaf4e34f9169098dba4e42c489b73

neutron/ipam/subnet_alloc.py

index 95d74f54081aaaec1f37f93e6804d8505bcee226..29c8a970e010119e8df45724ebc4586e0ee1e87b 100644 (file)
@@ -211,7 +211,8 @@ class IpamSubnet(driver.Subnet):
 class SubnetPoolReader(object):
     '''Class to assist with reading a subnetpool, loading defaults, and
        inferring IP version from prefix list. Provides a common way of
-       reading a stored model or a create request with defaultable attributes.
+       reading a stored model or a create request with default table
+       attributes.
     '''
     MIN_PREFIX_TYPE = 'min'
     MAX_PREFIX_TYPE = 'max'