Skip to content

Commit 1263450

Browse files
committed
Review comment
1 parent 2a6f2ec commit 1263450

File tree

1 file changed

+1
-1
lines changed
  • src/apify_client/clients/resource_clients

1 file changed

+1
-1
lines changed

src/apify_client/clients/resource_clients/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def stream(self, *, raw: bool = False) -> AsyncIterator[httpx.Response | N
205205

206206

207207
class StreamedLog:
208-
"""Utility class for streaming logs from another actor.
208+
"""Utility class for streaming logs from another Actor.
209209
210210
It uses buffer to deal with possibly chunked logs. Chunked logs are stored in buffer. Chunks are expected to contain
211211
specific markers that indicate the start of the log message. Each time a new chunk with complete split marker

0 commit comments

Comments
 (0)