Skip to content

Commit 7f3707f

Browse files
committed
fix tabs
1 parent 00c3db4 commit 7f3707f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install azure-ai-projects azure-identity
4747

4848
Create a project client in code:
4949

50-
#[Sync](#tab/sync)
50+
# [Sync](#tab/sync)
5151

5252
```Python
5353
from azure.identity import DefaultAzureCredential
@@ -60,7 +60,7 @@ project = AIProjectClient.from_connection_string(
6060
credential=DefaultAzureCredential())
6161
```
6262

63-
#[Async](#tab/async)
63+
# [Async](#tab/async)
6464

6565
```Python
6666
from azure.identity.aio import DefaultAzureCredential

0 commit comments

Comments
 (0)