We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb44c8 commit c6a985aCopy full SHA for c6a985a
Lib/test/support/threading_helper.py
@@ -237,7 +237,7 @@ def _can_start_thread() -> bool:
237
can_start_thread = _can_start_thread()
238
239
def requires_working_threading(*, module=False):
240
- """Skip tests or modules that require working threading
+ """Skip tests or modules that require working threading.
241
242
Can be used as a function/class decorator or to skip an entire module.
243
"""
0 commit comments