mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-09 05:20:08 +01:00
Merge pull request #1884 from timgates42/bugfix_typo_replace
docs: fix simple typo, repalce -> replace
This commit is contained in:
@@ -691,7 +691,7 @@ def postProcess(folder, options):
|
||||
next_line = splitted_text[index+1]
|
||||
stripline = next_line.strip()
|
||||
|
||||
# repalce the <hr> with a new headline for the first method or first property
|
||||
# replace the <hr> with a new headline for the first method or first property
|
||||
if (stripline == '<dl class="staticmethod">' or stripline == '<dl class="method">' \
|
||||
or stripline == '<dl class="classmethod">') and not methods_done:
|
||||
line = '\n<br><h3>Methods<a class="headerlink" href="#methods" title="Permalink to this headline">¶</a></h3>\n'
|
||||
|
||||
Reference in New Issue
Block a user