diff --git a/sphinxtools/postprocess.py b/sphinxtools/postprocess.py index 9211b642..e6597025 100644 --- a/sphinxtools/postprocess.py +++ b/sphinxtools/postprocess.py @@ -691,7 +691,7 @@ def postProcess(folder, options): next_line = splitted_text[index+1] stripline = next_line.strip() - # repalce the
with a new headline for the first method or first property + # replace the
with a new headline for the first method or first property if (stripline == '
' or stripline == '
' \ or stripline == '
') and not methods_done: line = '\n

MethodsΒΆ

\n'