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.