From: Yi Zhao Date: Fri, 20 Nov 2015 03:16:42 +0000 (+0800) Subject: Fix misspelled word in docstring X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d3b9fff8933ad63773172d0d82f1875178f1d3f4;p=openstack-build%2Fneutron-build.git Fix misspelled word in docstring This patch fixes the misspelling of dictionary several times in docstrings. Change-Id: I5c992c8cdbca79d8e7a28f0af5e7600614fa1e2b --- diff --git a/neutron/neutron_plugin_base_v2.py b/neutron/neutron_plugin_base_v2.py index 1a557519c..18d1503dc 100644 --- a/neutron/neutron_plugin_base_v2.py +++ b/neutron/neutron_plugin_base_v2.py @@ -83,7 +83,7 @@ class NeutronPluginBaseV2(object): :param filters: a dictionary with keys that are valid keys for a subnet as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. - Values in this dictiontary are an iterable containing + Values in this dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each @@ -108,7 +108,7 @@ class NeutronPluginBaseV2(object): a network as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. Values in this - dictiontary are an iterable containing values that + dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each key in filters. @@ -224,7 +224,7 @@ class NeutronPluginBaseV2(object): a network as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. Values in this - dictiontary are an iterable containing values that will + dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each key in filters. @@ -248,7 +248,7 @@ class NeutronPluginBaseV2(object): a network as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. Values in - this dictiontary are an iterable containing values that + this dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each key in filters. @@ -321,7 +321,7 @@ class NeutronPluginBaseV2(object): :param filters: a dictionary with keys that are valid keys for a port as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. Values - in this dictiontary are an iterable containing values + in this dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each key in filters. @@ -344,7 +344,7 @@ class NeutronPluginBaseV2(object): a network as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP` object in :file:`neutron/api/v2/attributes.py`. Values in this - dictiontary are an iterable containing values that will + dictionary are an iterable containing values that will be used for an exact match comparison for that value. Each result returned by this function will have matched one of the values for each key in filters.