Fix the wrong description

The description about the method "__is_image_href_ordinary_file_name"
should be "Check if image_href is an ordinary file name" not "Check if
image_href is a ordinary file name", Fix the error.

Change-Id: I40e1058e24db39a9d11ef8c895fc907e7b749f94
This commit is contained in:
huwenhui 2020-05-12 19:58:37 +08:00
parent 855986c024
commit bb39f20d36

View File

@ -87,7 +87,7 @@ COMMON_PROPERTIES.update(OPTIONAL_PROPERTIES)
def _is_image_href_ordinary_file_name(image_href):
"""Check if image_href is a ordinary file name.
"""Check if image_href is an ordinary file name.
This method judges if image_href is an ordinary file name or not,
which is a file supposed to be stored in share file system.