Skip to content

Commit 7fd0504

Browse files
TejasAmleTejasAmle
andauthored
Fix two typos: "soley" β†’ "solely" and "neccessary" β†’ "necessary" (#352)
Co-authored-by: TejasAmle <tejas.amle71@gmail.com>
1 parent 44bef64 commit 7fd0504

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ On Windows, remove the `-S` from the shebang and execute the script using the `p
450450
## Package Dependency Tree
451451

452452
`uv tree` is a command for listing installed packages in the form of a dependency tree. For large
453-
projects, it is often difficult to determine dependency relationships soley from manually
453+
projects, it is often difficult to determine dependency relationships solely from manually
454454
inspecting `uv.lock`.
455455

456456
```shell

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docs = [
5858
"mkdocs-material",
5959
"mkdocs-htmlproofer-plugin",
6060

61-
# Python API documentation (not neccessary for applications).
61+
# Python API documentation (not necessary for applications).
6262
"mkdocstrings[python]",
6363
# Autodoc.
6464
"mkdocs-api-autonav",

0 commit comments

Comments
Β (0)