Skip to content

Commit a838cca

Browse files
fairlydurableEddieWhi
authored andcommitted
Update docs/develop/python/observability.mdx
1 parent 1ae8779 commit a838cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/develop/python/observability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ These attributes are useful for querying Workflows based on the customer ID or t
212212
You can upsert Search Attributes to add or update Search Attributes from within Workflow code.
213213

214214
To upsert custom Search Attributes, use the [`upsert_search_attributes()`](https://python.temporal.io/temporalio.workflow.html#upsert_search_attributes) method to pass a list of `SearchAttributeUpdate()`.
215-
These can be created via value_set calls on search attribute keys:
215+
These can be created via value_set calls on Search Attribute keys:
216216

217217
```python
218218
workflow.upsert_search_attributes([

0 commit comments

Comments
 (0)