]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix "useable" typo in docs (GH-127200) (#127206)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 Nov 2024 21:45:47 +0000 (22:45 +0100)
committerGitHub <noreply@github.com>
Sat, 23 Nov 2024 21:45:47 +0000 (16:45 -0500)
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

index f7fbe2083d87742fc279b0d6ba4285767785edd7..0e8da6088322bdf1546d34f2e6387fadebb93da4 100644 (file)
@@ -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 <https://devguide.python.org/getting-started/setup-building.html#build-dependencies>`_
 section of the `Developer Guide`_ for current detailed information on
 dependencies for various Linux distributions and macOS.