fix: some typos (#415)

Signed-off-by: gcmutator <329964069@qq.com>
Co-authored-by: gcmutator <329964069@qq.com>
This commit is contained in:
rustrover
2024-03-11 15:04:38 +08:00
committed by GitHub
parent f867ccbf94
commit 34204ec4c6
2 changed files with 2 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ def validate(ticket):
def _parse_tag(string, tag):
"""
Used for parsing xml. Search string for the first occurence of
Used for parsing xml. Search string for the first occurrence of
<tag>.....</tag> and return text (stripped of leading and tailing
whitespace) between tags. Return "" if tag not found.
"""