Skip to content

Commit bc7570a

Browse files
committed
Fix wrong docstring
1 parent 4622651 commit bc7570a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apify/storage_clients/_apify/_request_queue_shared_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ async def _ensure_head_is_non_empty(self) -> None:
360360
await self._list_head()
361361

362362
async def _get_or_hydrate_request(self, request_id: str) -> Request | None:
363-
"""Get a request by unique key, either from cache or by fetching from API.
363+
"""Get a request by id, either from cache or by fetching from API.
364364
365365
Args:
366366
request_id: Id of the request to get.

0 commit comments

Comments
 (0)