Skip to content

Commit

Permalink
Update index.rst (#1106)
Browse files Browse the repository at this point in the history
Fix reference to undefined variable still_alive
  • Loading branch information
marcinkuzminski authored and giampaolo committed Jun 30, 2017
1 parent 8b8da39 commit 7cb0de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -918,7 +918,7 @@ Functions
for p in procs:
p.terminate()
gone, alive = psutil.wait_procs(procs, timeout=3, callback=on_terminate)
for p in still_alive:
for p in alive:
p.kill()

Exceptions
Expand Down

0 comments on commit 7cb0de8

Please sign in to comment.