Skip to content

Commit ecf773b

Browse files
CI: Automatic .md and .mdx formatting
1 parent b545fc2 commit ecf773b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/python/continue-as-new.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ It also receives your Workflow's usual parameters.
3333

3434
## How to Continue-As-New using the Python SDK {#how}
3535

36-
First, design your Workflow parameters so that you can pass in the "current state" when you Continue-As-New into the next Workflow run.
36+
First, design your Workflow parameters so that you can pass in the "current state" when you Continue-As-New into the next Workflow run.
3737
This state is typically set to `None` for the original caller of the Workflow.
3838

3939
<div class="copycode-notice-container">

0 commit comments

Comments
 (0)