"""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.
: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