@@ -333,7 +333,7 @@ def start(
333333 the run uses the build specified in the default run configuration for the Actor (typically latest).
334334 max_items: Maximum number of results that will be returned by this run. If the Actor is charged
335335 per result, you will not be charged for more results than the given limit.
336- max_total_charge_usd: A limit on the total charged amount for pay-per-event actors .
336+ max_total_charge_usd: A limit on the total charged amount for pay-per-event Actors .
337337 restart_on_error: If true, the Actor run process will be restarted whenever it exits with
338338 a non-zero status code.
339339 memory_mbytes: Memory limit for the run, in megabytes. By default, the run uses a memory limit
@@ -409,7 +409,7 @@ def call(
409409 the run uses the build specified in the default run configuration for the Actor (typically latest).
410410 max_items: Maximum number of results that will be returned by this run. If the Actor is charged
411411 per result, you will not be charged for more results than the given limit.
412- max_total_charge_usd: A limit on the total charged amount for pay-per-event actors .
412+ max_total_charge_usd: A limit on the total charged amount for pay-per-event Actors .
413413 restart_on_error: If true, the Actor run process will be restarted whenever it exits with
414414 a non-zero status code.
415415 memory_mbytes: Memory limit for the run, in megabytes. By default, the run uses a memory limit
@@ -605,7 +605,7 @@ def validate_input(
605605
606606 Args:
607607 run_input: The input to validate.
608- build_tag: The actor 's build tag.
608+ build_tag: The Actor 's build tag.
609609 content_type: The content type of the input.
610610
611611 Returns:
@@ -811,7 +811,7 @@ async def start(
811811 the run uses the build specified in the default run configuration for the Actor (typically latest).
812812 max_items: Maximum number of results that will be returned by this run. If the Actor is charged
813813 per result, you will not be charged for more results than the given limit.
814- max_total_charge_usd: A limit on the total charged amount for pay-per-event actors .
814+ max_total_charge_usd: A limit on the total charged amount for pay-per-event Actors .
815815 restart_on_error: If true, the Actor run process will be restarted whenever it exits with
816816 a non-zero status code.
817817 memory_mbytes: Memory limit for the run, in megabytes. By default, the run uses a memory limit
@@ -887,7 +887,7 @@ async def call(
887887 the run uses the build specified in the default run configuration for the Actor (typically latest).
888888 max_items: Maximum number of results that will be returned by this run. If the Actor is charged
889889 per result, you will not be charged for more results than the given limit.
890- max_total_charge_usd: A limit on the total charged amount for pay-per-event actors .
890+ max_total_charge_usd: A limit on the total charged amount for pay-per-event Actors .
891891 restart_on_error: If true, the Actor run process will be restarted whenever it exits with
892892 a non-zero status code.
893893 memory_mbytes: Memory limit for the run, in megabytes. By default, the run uses a memory limit
@@ -1092,7 +1092,7 @@ async def validate_input(
10921092
10931093 Args:
10941094 run_input: The input to validate.
1095- build_tag: The actor 's build tag.
1095+ build_tag: The Actor 's build tag.
10961096 content_type: The content type of the input.
10971097
10981098 Returns:
0 commit comments