Skip to content

Commit f1c245a

Browse files
authored
Mistake on word "Java code" under Python section
"The following 'Java' code creates "... suppose to be "The following Python code creates" Under Python header.
1 parent 26f8e48 commit f1c245a

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)