Skip to content

Commit f85103d

Browse files
Fix typo in support information for Temporal Cloud (#4089)
* Fix typo in support information for Temporal Cloud * Typo in python sdk docs --------- Co-authored-by: Milecia McG <47196133+flippedcoder@users.noreply.github.com>
1 parent 98e7c66 commit f85103d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ such as `aiohttp` or `httpx`. Otherwise, use a synchronous Activity.
6969

7070
## Python SDK Worker Execution Architecture
7171

72-
Python workers have following components for executing code:
72+
Python workers have the following components for executing code:
7373

7474
- Your event loop, which runs Tasks from async Activities **plus the rest of the Temporal Worker, such as communicating with the server**.
7575
- An executor for executing Activity Tasks from synchronous Activities. A thread pool executor is recommended.

docs/evaluate/temporal-cloud/support.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Temporal Cloud includes the right level of technical support and guidance, servi
2222
Our team has extensive knowledge of Temporal, and a broad set of skills to help you succeed with any project.
2323

2424
Temporal Cloud provides several levels of support, from assisting with for break/fix scenarios to issues and services to helping with onboarding, design/code reviews for your application, and pre-production optimizations and operational readiness.
25-
note
2625

2726
:::note
2827

0 commit comments

Comments
 (0)