Fix simple typo: constrast -> contrast (#1200)

Closes #1199
main
Tim Gates 5 years ago committed by GitHub
parent 71b01ba1b6
commit a49680f789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -754,7 +754,7 @@ class Worker(object):
os._exit(1)
# os._exit() is the way to exit from childs after a fork(), in
# constrast to the regular sys.exit()
# contrast to the regular sys.exit()
os._exit(0)
def setup_work_horse_signals(self):

Loading…
Cancel
Save