From 8a4345c28737685e11f7631508c0c363eac8e729 Mon Sep 17 00:00:00 2001 From: Artem Rizhov Date: Sat, 21 Jan 2017 13:27:28 +0400 Subject: [PATCH] Make small fix in docstring --- hanging_threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanging_threads.py b/hanging_threads.py index 49ddea5..4e5bbc2 100644 --- a/hanging_threads.py +++ b/hanging_threads.py @@ -124,7 +124,7 @@ def print_frame_list(frame_list, frame_id): def start_monitoring(seconds_frozen=SECONDS_FROZEN, tests_per_second=TESTS_PER_SECOND): - """Start monitoring thread + """Start monitoring threads seconds_frozen - How much time should thread hang to activate printing stack trace - default(10) tests_per_second - How much tests per second should be done for hanging threads - default(10)