Skip to content

Commit 8a20547

Browse files
authored
Merge pull request #142 from fastlabel/feature/fix-readme-to-match-sequential-pcd-limit
fix readme to match sequential pcd limit 10
2 parents fe41e8f + 12fbff7 commit 8a20547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ task = client.find_sequential_pcd_task(project="YOUR_PROJECT_SLUG", task_name="Y
16081608

16091609
#### Get Tasks
16101610

1611-
Get tasks. (Up to 1000 tasks)
1611+
Get tasks. (Up to 10 tasks)
16121612

16131613
```python
16141614
tasks = client.get_sequential_pcd_tasks(project="YOUR_PROJECT_SLUG")

0 commit comments

Comments
 (0)