Merge pull request #2714 from timgates42/bugfix_typo_positive
docs: fix simple typo, positibe -> positive
This commit is contained in:
commit
03da34c5d6
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ def _communicate_with_igd(port=15441,
|
||||||
success = True
|
success = True
|
||||||
break
|
break
|
||||||
|
|
||||||
# Wait another 10sec for competition or any positibe result
|
# Wait another 10sec for competition or any positive result
|
||||||
for _ in range(10):
|
for _ in range(10):
|
||||||
all_done = all([thread.value is not None for thread in threads])
|
all_done = all([thread.value is not None for thread in threads])
|
||||||
any_succeed = any([thread.value for thread in threads])
|
any_succeed = any([thread.value for thread in threads])
|
||||||
|
|
Loading…
Reference in a new issue