Merge pull request #1033 from timgates42/bugfix_typo_occurrences docs: Fix simple typo, occurances -> occurrences
1 files changed, 1 insertions(+), 1 deletions(-) M src/wiki/plugins/editsection/views.py
M src/wiki/plugins/editsection/views.py => src/wiki/plugins/editsection/views.py +1 -1
@@ 29,7 29,7 @@ ERROR_TRY_AGAIN = gettext_lazy("Please try again.") class FindHeader: """Locate the start, header text, and end of the header text of the next possible section starting from pos. Finds too many occurances for SeText possible section starting from pos. Finds too many occurrences for SeText headers which are filtered out later in the markdown extension. Returns: start pos header sure_header level"""