Skip to content

Commit 29ae9cc

Browse files
committed
Make ai rewrite the docstring
1 parent 01335f0 commit 29ae9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/crawlee/crawlers/_basic/_basic_crawler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ class _BasicCrawlerOptions(TypedDict):
214214
Returning `None` suppresses the status message."""
215215

216216
id: NotRequired[int]
217-
"""Id of the crawler used for state tracking. You can use same explicit id to share state between two crawlers.
218-
By default, each crawler will use own state."""
217+
"""Identifier used for crawler state tracking. Use the same id across multiple crawlers to share state between
218+
them."""
219219

220220

221221
class _BasicCrawlerOptionsGeneric(TypedDict, Generic[TCrawlingContext, TStatisticsState]):

0 commit comments

Comments
 (0)