From 592593d3e3e3d6587509fe9a5e5a62a3172dc569 Mon Sep 17 00:00:00 2001 From: Stan U <89152624+StanFromIreland@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:41:01 +0000 Subject: [PATCH] Fix "useable" typo in docs (GH-127200) Fix typo in docs (cherry picked from commit dbd23790dbd662169905be6300259992639d4e69) Co-authored-by: Stan U. <89152624+StanFromIreland@users.noreply.github.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f7fbe2083d8774..0e8da6088322bd 100644 --- a/README.rst +++ b/README.rst @@ -64,7 +64,7 @@ the executable is called ``python.exe``; elsewhere it's just ``python``. Building a complete Python installation requires the use of various additional third-party libraries, depending on your build platform and configure options. Not all standard library modules are buildable or -useable on all platforms. Refer to the +usable on all platforms. Refer to the `Install dependencies `_ section of the `Developer Guide`_ for current detailed information on dependencies for various Linux distributions and macOS.