docstring fix

Change-Id: I35e44872c3dc7508d5991dc967bbceb22d6bea51
This commit is contained in:
Saju Madhavan 2015-09-14 14:03:28 +05:30
parent 710ab239e4
commit a466531aec
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class CountableResource(BaseResource):
"""Initializes a CountableResource. """Initializes a CountableResource.
Countable resources are those resources which directly 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 etc.,. A CountableResource must be constructed with a counting
function, which will be called to determine the current counts function, which will be called to determine the current counts
of the resource. of the resource.
@ -114,7 +114,7 @@ class CountableResource(BaseResource):
:param name: The name of the resource, i.e., "instances". :param name: The name of the resource, i.e., "instances".
:param count: A callable which returns the count of the :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. above.
:param flag: The name of the flag or configuration option :param flag: The name of the flag or configuration option
which specifies the default value of the quota which specifies the default value of the quota