rename numContextLines to num_context_lines for consistency.
This commit is contained in:
@@ -3,7 +3,7 @@ import json
|
||||
num_context_lines = 100000
|
||||
obj = pywikidiff2.pywikidiff2()
|
||||
|
||||
obj = pywikidiff2.pywikidiff2(numContextLines=num_context_lines,
|
||||
obj = pywikidiff2.pywikidiff2(num_context_lines=num_context_lines,
|
||||
moved_paragraph_detection_cutoff=2000000)
|
||||
# res = obj.inline_json_diff("help! \n I'm alive", "help! \n dead I am")
|
||||
# print(res)
|
||||
|
||||
Reference in New Issue
Block a user