Skip to content

Commit 1f8ccf6

Browse files
author
p12
committed
Transform/DDG: increase the description length limit to 200 characters
1 parent b2ee111 commit 1f8ccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddg_parse_html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def get_declaration(root_el, name):
129129
200 characters, '...' is appended.
130130
'''
131131
def process_description(el):
132-
char_limit = 100
132+
char_limit = 200
133133

134134
el = deepcopy(el) # we'll modify the tree
135135
el.tag = 'root'

0 commit comments

Comments
 (0)