diff options
author | Stan U. <89152624+StanFromIreland@users.noreply.github.com> | 2024-11-23 21:41:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 21:41:01 (GMT) |
commit | dbd23790dbd662169905be6300259992639d4e69 (patch) | |
tree | 84e628932537020ae5850a1c0caa7e1327d9c6f2 /README.rst | |
parent | e3038e976b25a58f512d8c7083a752c89436eb0d (diff) | |
download | cpython-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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |