mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Docs: Fix typo in test.support.linked_to_musl function name (#138406)
This commit is contained in:
parent
482fd0c811
commit
8ce4f28363
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue