Skip to content

Commit 218825c

Browse files
committed
improve description of urls
1 parent 696dbca commit 218825c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apify/_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ class Configuration(CrawleeConfiguration):
265265
str,
266266
Field(
267267
alias='actor_standby_url',
268-
description='URL for accessing the HTTP server in Actor Standby mode',
268+
description='URL for accessing web servers of Actor runs in Standby mode',
269269
),
270270
]
271271

@@ -304,7 +304,7 @@ class Configuration(CrawleeConfiguration):
304304
'actor_web_server_url',
305305
'apify_container_url',
306306
),
307-
description='Unique public URL for accessing the Actor run web server from the outside world',
307+
description='Unique public URL for accessing a specific Actor run web server from the outside world.',
308308
),
309309
] = 'http://localhost:4321'
310310

0 commit comments

Comments
 (0)