Skip to content

Commit 4bbfca4

Browse files
committed
Update docstring
1 parent 4aa335f commit 4bbfca4

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/apify_client/clients/resource_clients/actor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def webhooks(self) -> WebhookCollectionClient:
460460
return WebhookCollectionClient(**self._sub_resource_init_options())
461461

462462
def validate_input(self, run_input: Any = None, content_type: str | None = None) -> bool:
463-
"""Validate the input for the Actor.
463+
"""Validate an input for the Actor that defines an input schema.
464464
465465
Args:
466466
run_input: The input to validate.
@@ -852,7 +852,7 @@ def webhooks(self) -> WebhookCollectionClientAsync:
852852
return WebhookCollectionClientAsync(**self._sub_resource_init_options())
853853

854854
async def validate_input(self, run_input: Any = None, content_type: str | None = None) -> bool:
855-
"""Validate the input for the Actor.
855+
"""Validate an input for the Actor that defines an input schema.
856856
857857
Args:
858858
run_input: The input to validate.

0 commit comments

Comments
 (0)