Skip to content

Commit f38fe86

Browse files
Update docs/develop/python/observability.mdx
1 parent 0ddd668 commit f38fe86

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
@@ -219,7 +219,7 @@ These attributes are useful for querying Workflows based on the customer ID or t
219219
You can upsert Search Attributes to add or update Search Attributes from within Workflow code.
220220

221221
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()`.
222-
These can be created via value_set calls on search attribute keys:
222+
These can be created via value_set calls on Search Attribute keys:
223223

224224
```python
225225
workflow.upsert_search_attributes([

0 commit comments

Comments
 (0)