Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit bd0d328

Browse files
spellcheck
1 parent 5c2ba76 commit bd0d328

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/guides/python/create-histogram.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Next, open the project in your editor of choice.
3535
cd histogram-api
3636
```
3737

38-
Make sure all dependencies are resolved using uv:
38+
Make sure all dependencies are resolved using `uv`:
3939

4040
```bash
4141
uv sync

docs/guides/python/graphql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Next, open the project in your editor of choice.
4949
cd my-profile-api
5050
```
5151

52-
Make sure all dependencies are resolved using uv:
52+
Make sure all dependencies are resolved using `uv`:
5353

5454
```bash
5555
uv sync

docs/guides/python/text-prediction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Next, open the project in your editor of choice.
3434
cd prediction-api
3535
```
3636

37-
Make sure all dependencies are resolved using uv:
37+
Make sure all dependencies are resolved using `uv`:
3838

3939
```bash
4040
uv sync

0 commit comments

Comments
 (0)