We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e8cff commit f53fc73Copy full SHA for f53fc73
src/apify/_actor.py
@@ -72,7 +72,7 @@ def __init__(
72
self._configure_logging = configure_logging
73
self._apify_client = self.new_client()
74
75
- # Create the instance of the cloud storage client, the local storage client is obtained
+ # Create an instance of the cloud storage client, the local storage client is obtained
76
# from the service locator.
77
self._cloud_storage_client = ApifyStorageClient.from_config(config=self._configuration)
78
0 commit comments