From 27bc8dd3dcc46e756b9b002ffec949e935744ac7 Mon Sep 17 00:00:00 2001 From: vladislav doster Date: Mon, 6 Jan 2025 01:41:48 -0600 Subject: [PATCH] docs(python-versions.md): fix spelling (#10322) ## Summary Correct misspelling of `interopability` to `interoperability`. ## Test Plan N/A --- docs/concepts/python-versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/python-versions.md b/docs/concepts/python-versions.md index 85dbb25c6..70da18fa8 100644 --- a/docs/concepts/python-versions.md +++ b/docs/concepts/python-versions.md @@ -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