Skip to content

Commit 6c8d67a

Browse files
committed
rm useless space
1 parent 61a39e1 commit 6c8d67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/rsf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def list_prefix(self, bucket, prefix=None, marker=None, limit=None):
2424
2525
1. 首次请求 marker = None
2626
2. 无论 err 值如何,均应该先看 ret.get('items') 是否有内容
27-
3. 如果后续没有更多数据,err 返回 EOF,markerOut 返回 None(但不通过该特征来判断是否结束)
27+
3. 如果后续没有更多数据,err 返回 EOF,markerOut 返回 None(但不通过该特征来判断是否结束)
2828
'''
2929
ops = {
3030
'bucket': bucket,

0 commit comments

Comments
 (0)