https://github.com/python/cpython/commit/dbd23790dbd662169905be6300259992639d4e69
commit: dbd23790dbd662169905be6300259992639d4e69
branch: main
author: Stan U. <[email protected]>
committer: nedbat <[email protected]>
date: 2024-11-23T16:41:01-05:00
summary:

Fix "useable" typo in docs (#127200)

Fix typo in docs

files:
M README.rst

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 
<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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to