Fix misspelled word in docstring
This patch fixes the misspelling of dictionary several times in docstrings. Change-Id: I5c992c8cdbca79d8e7a28f0af5e7600614fa1e2b
This commit is contained in:
@@ -83,7 +83,7 @@ class NeutronPluginBaseV2(object):
|
|||||||
:param filters: a dictionary with keys that are valid keys for
|
:param filters: a dictionary with keys that are valid keys for
|
||||||
a subnet as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP`
|
a subnet as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP`
|
||||||
object in :file:`neutron/api/v2/attributes.py`.
|
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
|
values that will be used for an exact match comparison
|
||||||
for that value. Each result returned by this
|
for that value. Each result returned by this
|
||||||
function will have matched one of the values for each
|
function will have matched one of the values for each
|
||||||
@@ -108,7 +108,7 @@ class NeutronPluginBaseV2(object):
|
|||||||
a network as listed in the
|
a network as listed in the
|
||||||
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
||||||
:file:`neutron/api/v2/attributes.py`. Values in this
|
: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
|
will be used for an exact match comparison for that
|
||||||
value. Each result returned by this function will
|
value. Each result returned by this function will
|
||||||
have matched one of the values for each key in filters.
|
have matched one of the values for each key in filters.
|
||||||
@@ -224,7 +224,7 @@ class NeutronPluginBaseV2(object):
|
|||||||
a network as listed in the
|
a network as listed in the
|
||||||
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
||||||
:file:`neutron/api/v2/attributes.py`. Values in this
|
: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.
|
be used for an exact match comparison for that value.
|
||||||
Each result returned by this function will have matched
|
Each result returned by this function will have matched
|
||||||
one of the values for each key in filters.
|
one of the values for each key in filters.
|
||||||
@@ -248,7 +248,7 @@ class NeutronPluginBaseV2(object):
|
|||||||
a network as listed in the
|
a network as listed in the
|
||||||
:obj:`RESOURCE_ATTRIBUTE_MAP` object
|
:obj:`RESOURCE_ATTRIBUTE_MAP` object
|
||||||
in :file:`neutron/api/v2/attributes.py`. Values in
|
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
|
will be used for an exact match comparison for that
|
||||||
value. Each result returned by this function will have
|
value. Each result returned by this function will have
|
||||||
matched one of the values for each key in filters.
|
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
|
:param filters: a dictionary with keys that are valid keys for
|
||||||
a port as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP`
|
a port as listed in the :obj:`RESOURCE_ATTRIBUTE_MAP`
|
||||||
object in :file:`neutron/api/v2/attributes.py`. Values
|
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 will be used for an exact match comparison for
|
||||||
that value. Each result returned by this function will
|
that value. Each result returned by this function will
|
||||||
have matched one of the values for each key in filters.
|
have matched one of the values for each key in filters.
|
||||||
@@ -344,7 +344,7 @@ class NeutronPluginBaseV2(object):
|
|||||||
a network as listed in the
|
a network as listed in the
|
||||||
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
:obj:`RESOURCE_ATTRIBUTE_MAP` object in
|
||||||
:file:`neutron/api/v2/attributes.py`. Values in this
|
: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.
|
be used for an exact match comparison for that value.
|
||||||
Each result returned by this function will have matched
|
Each result returned by this function will have matched
|
||||||
one of the values for each key in filters.
|
one of the values for each key in filters.
|
||||||
|
|||||||
Reference in New Issue
Block a user