From: Praveen Kumar SM Date: Fri, 28 Aug 2015 09:00:23 +0000 (-0700) Subject: Fixed the typo in the doc string of the class SubnetPoolReader X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8bc1411f0f7240a913a0627980771f3c75977f7d;p=openstack-build%2Fneutron-build.git Fixed the typo in the doc string of the class SubnetPoolReader Closes-Bug: #1489788 Change-Id: I9fb4563354efaf4e34f9169098dba4e42c489b73 --- diff --git a/neutron/ipam/subnet_alloc.py b/neutron/ipam/subnet_alloc.py index 95d74f540..29c8a970e 100644 --- a/neutron/ipam/subnet_alloc.py +++ b/neutron/ipam/subnet_alloc.py @@ -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'