https://github.com/python/cpython/commit/f23e7605b82ec827f4f8d82255828b45d44aa7f7 commit: f23e7605b82ec827f4f8d82255828b45d44aa7f7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-08T14:52:38+03:00 summary:
[3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445) Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (cherry picked from commit 8ce4f2836340bfa5f87a1ff0f88af15fb4553ae4) Co-authored-by: Marc Mueller <[email protected]> files: M Doc/library/test.rst diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 9fdb21b8badbbf..395cde21ccf449 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -851,7 +851,7 @@ The :mod:`test.support` module defines the following functions: Decorator for tests that fill the address space. -.. function:: linked_with_musl() +.. function:: linked_to_musl() Return ``False`` if there is no evidence the interpreter was compiled with ``musl``, otherwise return a version triple, either ``(0, 0, 0)`` if the _______________________________________________ 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]
