mirror of https://github.com/astral-sh/uv
docs(python-versions.md): fix spelling (#10322)
## Summary Correct misspelling of `interopability` to `interoperability`. ## Test Plan N/A
This commit is contained in:
parent
16097b51c4
commit
27bc8dd3dc
|
|
@ -53,7 +53,7 @@ This behavior can be
|
|||
|
||||
The `.python-version` file can be used to create a default Python version request. uv searches for a
|
||||
`.python-version` file in the working directory and each of its parents. Any of the request formats
|
||||
described above can be used, though use of a version number is recommended for interopability with
|
||||
described above can be used, though use of a version number is recommended for interoperability with
|
||||
other tools.
|
||||
|
||||
A `.python-version` file can be created in the current directory with the
|
||||
|
|
|
|||
Loading…
Reference in New Issue