Fix misspelled word in docstring

This patch fixes the misspelling of dictionary several times 
in docstrings.

Change-Id: I5c992c8cdbca79d8e7a28f0af5e7600614fa1e2b
This commit is contained in:
Yi Zhao 2015-11-20 11:16:42 +08:00 committed by Carl Baldwin
parent e2567e9585
commit d3b9fff893
1 changed files with 6 additions and 6 deletions

View File

@ -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.