##// END OF EJS Templates
releasenotes: fix documentation of similaritycheck()...
Pulkit Goyal -
r34781:070ba789 default
parent child Browse files
Show More
@@ -216,7 +216,7 b' def similar(ui, existing, incoming_str):'
216
216
217 def similaritycheck(incoming_str, existingnotes):
217 def similaritycheck(incoming_str, existingnotes):
218 """
218 """
219 Returns true when note fragment can be merged to existing notes.
219 Returns false when note fragment can be merged to existing notes.
220 """
220 """
221 import fuzzywuzzy.fuzz as fuzz
221 import fuzzywuzzy.fuzz as fuzz
222 merge = True
222 merge = True
General Comments 0
You need to be logged in to leave comments. Login now