Skip to content

Commit c6a985a

Browse files
tiranbrettcannon
andcommitted
Mind the full stop
Co-authored-by: Brett Cannon <[email protected]>
1 parent 5cb44c8 commit c6a985a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/threading_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def _can_start_thread() -> bool:
237237
can_start_thread = _can_start_thread()
238238

239239
def requires_working_threading(*, module=False):
240-
"""Skip tests or modules that require working threading
240+
"""Skip tests or modules that require working threading.
241241
242242
Can be used as a function/class decorator or to skip an entire module.
243243
"""

0 commit comments

Comments
 (0)