]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: Fix typo in test.support.linked_to_musl function name (#138406)
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>
Wed, 3 Sep 2025 12:52:13 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 12:52:13 +0000 (14:52 +0200)
Doc/library/test.rst

index 9fdb21b8badbbf9193e21545ee371842360d4b5d..395cde21ccf4490eee60595fe8eca748bb6a76db 100644 (file)
@@ -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