Skip to content

Commit

Permalink
minor correction in the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
itziakos committed Mar 20, 2014
1 parent 04c1408 commit 2e5b9f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions traits_enaml/testing/event_loop_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def event_loop_with_timeout(self, repeat=2, timeout=10.0):
repeat : int
Number of times to process events. Default is 2.
timeout: float, optional, keyword only
Number of seconds to run the event loop in the case that the trait
change does not occur. Default value is 10.0.
Number of seconds to run the event loop. Default value is 10.0.
"""
def repeat_loop(condition, repeat):
Expand Down

0 comments on commit 2e5b9f4

Please sign in to comment.