Skip to content

Commit 987ad6c

Browse files
CI: Automatic .md and .mdx formatting
1 parent 5bedf83 commit 987ad6c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/develop/python/python-sdk-sync-vs-async.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ Python workers have following components for executing code:
7777

7878
> See Also: [docs for](https://python.temporal.io/temporalio.worker.Worker.html#__init__) `worker.__init__()`
7979
80-
81-
8280
### Activities
8381

8482
- The activities and the temporal worker SDK code both run in whatever event loop the user gives the worker (which is often the default asyncio event loop).
@@ -103,8 +101,7 @@ The only ways to use more than one CPU core in a python worker (considering the
103101
### Separating Activity and Workflow Workers
104102

105103
To reduce the risk of event loops or executors getting blocked,
106-
some users choose to deploy separate workers for workflow tasks and activity tasks.
107-
104+
some users choose to deploy separate workers for workflow tasks and activity tasks.
108105

109106
## Activity Definition
110107

0 commit comments

Comments
 (0)