Skip to content

Commit

Permalink
Make small fix in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrizhov authored Jan 21, 2017
1 parent 77ef142 commit 8a4345c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hanging_threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8a4345c

Please sign in to comment.