From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 23 Nov 2024 22:50:06 +0000 (+0100) Subject: [3.13] Fix "useable" typo in docs (GH-127200) (#127207) X-Git-Tag: v3.13.1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dbce9f38262ad03844521b7ec56a7f9cd5d60d9;p=thirdparty%2FPython%2Fcpython.git [3.13] Fix "useable" typo in docs (GH-127200) (#127207) 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> --- diff --git a/README.rst b/README.rst index 7c1e463273b4..d4edf5ca1c28 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.