From bbd22430d123e03023523965e49347884edd1016 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 24 Mar 2020 21:44:56 +1100 Subject: [PATCH] docs: Fix simple typo, occurances -> occurrences There is a small typo in src/wiki/plugins/editsection/views.py. Closes #1032 --- src/wiki/plugins/editsection/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wiki/plugins/editsection/views.py b/src/wiki/plugins/editsection/views.py index 243c0176..8fdea953 100644 --- a/src/wiki/plugins/editsection/views.py +++ b/src/wiki/plugins/editsection/views.py @@ -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""" -- 2.45.2