summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorStan U. <89152624+StanFromIreland@users.noreply.github.com>2024-11-23 21:41:01 (GMT)
committerGitHub <noreply@github.com>2024-11-23 21:41:01 (GMT)
commitdbd23790dbd662169905be6300259992639d4e69 (patch)
tree84e628932537020ae5850a1c0caa7e1327d9c6f2 /README.rst
parente3038e976b25a58f512d8c7083a752c89436eb0d (diff)
downloadcpython-dbd23790dbd662169905be6300259992639d4e69.zip
cpython-dbd23790dbd662169905be6300259992639d4e69.tar.gz
cpython-dbd23790dbd662169905be6300259992639d4e69.tar.bz2
Fix "useable" typo in docs (#127200)
Fix typo in docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 29db15b..394cdc3 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 <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.