Skip to content

Commit 61582b1

Browse files
committed
Updated code documentation
1 parent a5e0be2 commit 61582b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

difPy/dif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from collections import defaultdict
1818

1919
def _initialize_multiprocessing():
20-
# Function that
20+
# Function that initializes multiprocessing
2121
if current_process().name == 'MainProcess':
2222
freeze_support()
2323

0 commit comments

Comments
 (0)