Skip to content

Commit 27d8945

Browse files
committed
chore: Fix typo
1 parent f005a2d commit 27d8945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apify/storage_clients/_apify/_request_queue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ async def _get_or_hydrate_request(self, unique_key: str) -> Request | None:
539539
"""Get a request by unique key, either from cache or by fetching from API.
540540
541541
Args:
542-
unique_key: Unique keu of the request to get.
542+
unique_key: Unique key of the request to get.
543543
544544
Returns:
545545
The request if found and valid, otherwise None.

0 commit comments

Comments
 (0)