]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix "useable" typo in docs (#127200)
authorStan U. <89152624+StanFromIreland@users.noreply.github.com>
Sat, 23 Nov 2024 21:41:01 +0000 (21:41 +0000)
committerGitHub <noreply@github.com>
Sat, 23 Nov 2024 21:41:01 +0000 (16:41 -0500)
Fix typo in docs

README.rst

index 29db15b41d2c72efcbd0840ea589d7f11a32c83b..394cdc3638485d11434761325a213209adf5db88 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.