]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
docstring fix
authorSaju Madhavan <sajuptpm@gmail.com>
Mon, 14 Sep 2015 08:33:28 +0000 (14:03 +0530)
committerSaju Madhavan <sajuptpm@gmail.com>
Mon, 14 Sep 2015 08:35:40 +0000 (14:05 +0530)
Change-Id: I35e44872c3dc7508d5991dc967bbceb22d6bea51

neutron/quota/resource.py

index aa580d9c55470e66dffc6710d5ecf36c70c74705..c4dd4feb33bc0484bf131a75812058f88913eceb 100644 (file)
@@ -102,7 +102,7 @@ class CountableResource(BaseResource):
         """Initializes a CountableResource.
 
         Countable resources are those resources which directly
-        correspond to objects in the database, i.e., netowk, subnet,
+        correspond to objects in the database, i.e., network, subnet,
         etc.,.  A CountableResource must be constructed with a counting
         function, which will be called to determine the current counts
         of the resource.
@@ -114,7 +114,7 @@ class CountableResource(BaseResource):
 
         :param name: The name of the resource, i.e., "instances".
         :param count: A callable which returns the count of the
-                      resource.  The arguments passed are as described
+                      resource. The arguments passed are as described
                       above.
         :param flag: The name of the flag or configuration option
                      which specifies the default value of the quota