Skip to content

Commit 8ce4f28

Browse files
authored
Docs: Fix typo in test.support.linked_to_musl function name (#138406)
1 parent 482fd0c commit 8ce4f28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)