From 27d8945a48333535bb4057b089c14464443b72e1 Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Fri, 22 Aug 2025 14:10:46 +0200 Subject: [PATCH] chore: Fix typo --- src/apify/storage_clients/_apify/_request_queue_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apify/storage_clients/_apify/_request_queue_client.py b/src/apify/storage_clients/_apify/_request_queue_client.py index 953a4d81..82c34f65 100644 --- a/src/apify/storage_clients/_apify/_request_queue_client.py +++ b/src/apify/storage_clients/_apify/_request_queue_client.py @@ -539,7 +539,7 @@ async def _get_or_hydrate_request(self, unique_key: str) -> Request | None: """Get a request by unique key, either from cache or by fetching from API. Args: - unique_key: Unique keu of the request to get. + unique_key: Unique key of the request to get. Returns: The request if found and valid, otherwise None.