Skip to content

Commit 64b9ed1

Browse files
authored
Fix minor typo in get_tasks code sample (#69)
1 parent 4105182 commit 64b9ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ __ https://docs.scale.com/reference#list-multiple-tasks
193193
194194
# For retrieving results as a Task list
195195
task_list = list(tasks)
196-
print(f"{len(task_list))} tasks retrieved")
196+
print(f"{len(task_list)} tasks retrieved")
197197
198198
Get Tasks Count
199199
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)