diff --git a/.github/replace.py b/.github/replace.py index e6187dd31..3e25e13b5 100644 --- a/.github/replace.py +++ b/.github/replace.py @@ -88,7 +88,7 @@ def reformat_subsections(text): text = re.sub('#wiki_', '/#', text) text = re.sub('.25BA_', '', text) text = re.sub('.25B7_', '', text) - text = re.sub('_.2F_', '--', text) + text = re.sub('_.2F_', '-', text) text = replace_underscore(text) return text