Skip to content

Commit f23e760

Browse files
[3.14] Docs: Fix typo in test.support.linked_to_musl function name (pythonGH-138406) (python#138445)
Docs: Fix typo in test.support.linked_to_musl function name (pythonGH-138406) (cherry picked from commit 8ce4f28) Co-authored-by: Marc Mueller <[email protected]>
1 parent 9b398cb commit f23e760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/test.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ The :mod:`test.support` module defines the following functions:
851851
Decorator for tests that fill the address space.
852852

853853

854-
.. function:: linked_with_musl()
854+
.. function:: linked_to_musl()
855855

856856
Return ``False`` if there is no evidence the interpreter was compiled with
857857
``musl``, otherwise return a version triple, either ``(0, 0, 0)`` if the

0 commit comments

Comments
 (0)