]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Fixed comment.
[bookmarks_db.git] / Robots / bkmk_rforking.py
index d33c38d5a9d7a6f046aebde0d10cde82bbdbd0ce..a583e6e46657d95bb7cd2bebddc1f91c44b1f831 100644 (file)
@@ -25,7 +25,7 @@ from bkmk_objects import Robot
 
 
 # This is to catch 'close failed: [Errno 9] Bad file descriptor' message
-# from os.close() in Subprocess.die() and errors from from the subprocess.
+# from os.close() in Subprocess.die() and errors from the subprocess.
 sys.stderr = open("err.log", 'a')
 
 check_subp = None