Fix dupliated words issue like " by by which"

This is to fix the duplicated words issue like
"The name of key by by which".

Change-Id: I7b0897eb40c6b587521d727d4fd2f60e4058040b
This commit is contained in:
zhufl 2020-01-06 11:30:05 +08:00
parent ee36da77f5
commit e6ce38822b
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ def image_list_detailed(request, marker=None, sort_dir='desc',
:param sort_key:
The name of key by by which the resulting image list throughout all
The name of key by which the resulting image list throughout all
pages (if pagination is enabled) will be sorted. Defaults to
'created_at'.