Fix typos in Tacker files

Change-Id: I2942bee9ef6a5851178553eda6f8f07b548d6746
This commit is contained in:
Nguyen Hung Phuong 2016-03-31 11:35:18 +07:00
parent 5ce343274f
commit 3e0c3c3489
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ def build_resource_info(plural_mappings, resource_map, which_service,
are being created. This name will be used to pass
the appropriate plugin to the WSGI resource.
It can be set to None or "CORE"to create WSGI
resources for the the core plugin
resources for the core plugin
:param action_map: custom resource actions
:param translate_name: replaces underscores with dashes
:param allow_bulk: True if bulk create are allowed

View File

@ -211,7 +211,7 @@ def subprocess_popen(args, stdin=None, stdout=None, stderr=None, shell=False,
def parse_mappings(mapping_list, unique_values=True):
"""Parse a list of of mapping strings into a dictionary.
"""Parse a list of mapping strings into a dictionary.
:param mapping_list: a list of strings of the form '<key>:<value>'
:param unique_values: values must be unique if True