Skip to content

Commit aacb677

Browse files
committed
Minor fix: unmatched parenthesis in comment
1 parent 5befae6 commit aacb677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythontex/pythontex3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ def do_multiprocessing(data, temp_data, old_data, engine_dict):
12991299
engine_dict[family].linenumbers,
13001300
engine_dict[family].lookbehind,
13011301
keeptemps, hashdependencies,
1302-
pygments_settings]))'''
1302+
pygments_settings)'''
13031303
tasks.append(pool.apply_async(run_code, [encoding, outputdir,
13041304
workingdir,
13051305
cc_dict_begin[family],

0 commit comments

Comments
 (0)