Skip to content

Commit 5b602e1

Browse files
committed
minior fix
1 parent a0ac390 commit 5b602e1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/data-explorer/create-cluster-database-csharp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ If the result contains `ProvisioningState` with the `Succeeded` value, then the
9898
```
9999

100100
[!NOTE]
101-
if you are using C# client of version 2.0.0 or below, please use "Database" object instead of "ReadWriteDatabase".
101+
If you are using C# version 2.0.0 or below, use Database instead of ReadWriteDatabase.
102+
103+
102104

103105

104106
|**Setting** | **Suggested value** | **Field description**|

articles/data-explorer/create-cluster-database-python.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ If the result contains `provisioningState` with the `Succeeded` value, then the
114114
```
115115

116116
[!NOTE]
117-
if you are using python client of version 0.4.0 or below, please use "Database" object instead of "ReadWriteDatabase".
117+
If you are using Python version 0.4.0 or below, use Database instead of ReadWriteDatabase.
118+
119+
118120

119121

120122
|**Setting** | **Suggested value** | **Field description**|

0 commit comments

Comments
 (0)