Skip to content

Commit 6eb36ea

Browse files
authored
📝 fix code highlight error
1 parent 6dc5120 commit 6eb36ea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/quickstart/connecting-to-github-enterprise.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ Connecting to the GitHub Enterprise is similar to the public GitHub API, but req
55
- To connect to **GitHub Enterprise Server**, you must provide the server's API endpoint in the `base_url` parameter.
66
- You need to switch the REST API schema version when using client.
77

8-
The example below highlights these two changes.
9-
108
=== "Sync"
119

12-
```python hl_lines="4, 7"
10+
```python hl_lines="4 7"
1311
from githubkit import GitHub
1412
from githubkit.versions.latest.models import PublicUser, PrivateUser
1513

@@ -25,7 +23,7 @@ The example below highlights these two changes.
2523

2624
=== "Async"
2725

28-
```python hl_lines="4, 7"
26+
```python hl_lines="4 7"
2927
from githubkit import GitHub
3028
from githubkit.versions.latest.models import PublicUser, PrivateUser
3129

0 commit comments

Comments
 (0)