Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saucoide committed Sep 24, 2024
1 parent e5a6f78 commit b2cffe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def find_uv() -> tuple[bool, str]:


def uv_version() -> version.Version:
"""Returns uv's version defaulting to 0.0 if uv is not availble"""
"""Returns uv's version defaulting to 0.0 if uv is not available"""
try:
ret = subprocess.run(
[UV, "version", "--output-format", "json"],
Expand Down

0 comments on commit b2cffe6

Please sign in to comment.