Skip to content

Commit e01ab2b

Browse files
vdusekclaude
andcommitted
docs: fix typos in versioned docs (sinhlesingle, lenghtlength)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent dcd044e commit e01ab2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guides/code_examples/request_loaders/rl_tandem_example_explicit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async def main() -> None:
1212
# Open the default request queue.
1313
request_queue = await RequestQueue.open()
1414

15-
# And combine them together to a sinhle request manager.
15+
# And combine them together to a single request manager.
1616
request_manager = RequestManagerTandem(request_list, request_queue)
1717

1818
# Create a crawler and pass the request manager to it.

website/versioned_docs/version-0.6/guides/code_examples/request_loaders/tandem_example_explicit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async def main() -> None:
1212
# Open the default request queue.
1313
request_queue = await RequestQueue.open()
1414

15-
# And combine them together to a sinhle request manager.
15+
# And combine them together to a single request manager.
1616
request_manager = RequestManagerTandem(request_list, request_queue)
1717

1818
# Create a crawler and pass the request manager to it.

website/versioned_docs/version-0.6/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Line lenght different from the rest of the code to make sure that the example codes visualised on the generated
1+
# Line length different from the rest of the code to make sure that the example codes visualised on the generated
22
# documentation webpages are shown without vertical slider to make them more readable.
33

44
[tool.ruff]

website/versioned_docs/version-1.6/guides/code_examples/request_loaders/rl_tandem_example_explicit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async def main() -> None:
1212
# Open the default request queue.
1313
request_queue = await RequestQueue.open()
1414

15-
# And combine them together to a sinhle request manager.
15+
# And combine them together to a single request manager.
1616
request_manager = RequestManagerTandem(request_list, request_queue)
1717

1818
# Create a crawler and pass the request manager to it.

0 commit comments

Comments
 (0)