Skip to content

Commit a2d859f

Browse files
authored
Merge pull request #103694 from jhuims/patch-1
Mistake on word "Java code" under Python section
2 parents 9c03a90 + f1c245a commit a2d859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/configure-synapse-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ container = database.createContainerIfNotExists(containerProperties, 400).block(
193193

194194
#### Python V4 SDK
195195

196-
The following Java code creates a Synapse Link enabled container by setting the `analytical_storage_ttl` property. To update an existing container, use the `replace_container` method.
196+
The following Python code creates a Synapse Link enabled container by setting the `analytical_storage_ttl` property. To update an existing container, use the `replace_container` method.
197197

198198
```python
199199
# Client

0 commit comments

Comments
 (0)