]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix misspelled word in docstring
authorYi Zhao <zhaoyi@cmss.chinamobile.com>
Fri, 20 Nov 2015 03:16:42 +0000 (11:16 +0800)
committerCarl Baldwin <carl@ecbaldwin.net>
Fri, 20 Nov 2015 17:08:47 +0000 (17:08 +0000)
This patch fixes the misspelling of dictionary several times
in docstrings.

Change-Id: I5c992c8cdbca79d8e7a28f0af5e7600614fa1e2b

neutron/neutron_plugin_base_v2.py

index 1a557519c08b242a4542ed28e22ec68ee7d9a690..18d1503dc84492a1b82b24cb6494cc57e344e352 100644 (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.