Skip to content

Commit

Permalink
WT-6983 Make wiredtiger.in text wrapping consistent across Python ver…
Browse files Browse the repository at this point in the history
…sions (#6168)
  • Loading branch information
lukech committed Dec 8, 2020
1 parent b5013d5 commit 54a8849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/api_config.py
Expand Up @@ -132,7 +132,7 @@ def getconfcheck(c):
fix_sentence_endings=True)
# Separate at spaces, and after a set of non-breaking space indicators.
w.wordsep_re = w.wordsep_simple_re = \
re.compile(r'(\s+|(?<=&nbsp;)[\w_,.;:]*)')
re.compile(r'(\s+|(?<=&nbsp;)[\w_,.;:]+)')
for c in api_data.methods[config_name].config:
if 'undoc' in c.flags:
continue
Expand Down

0 comments on commit 54a8849

Please sign in to comment.