Skip to content

Commit 89e47d1

Browse files
committed
fix:ChunkIndexComments
1 parent 60f92b9 commit 89e47d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nisystemlink/clients/file/_file_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def append_to_upload_session(
319319
320320
Args:
321321
session_id: The id of the upload session.
322-
chunk_index: The 0-based index of the chunk to be uploaded.
322+
chunk_index: The 1-based index of the chunk to be uploaded.
323323
file: The chunk data to upload.
324324
close: Set the current chunk as the last chunk to be uploaded. Defaults to False.
325325

0 commit comments

Comments
 (0)