From d753ea5a0b8358d472aac0dfa02ef3fe92780b81 Mon Sep 17 00:00:00 2001 From: stanu Date: Sat, 23 Nov 2024 19:41:52 +0000 Subject: [PATCH] Fix typo in docs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 29db15b41d2c72..394cdc3638485d 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.