docs: fix typo in database.py (#20894)

This commit is contained in:
Ikko Eltociear Ashimine 2023-05-04 20:37:08 +09:00 committed by GitHub
parent 4b7c73514e
commit 3efaee9597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1222,7 +1222,7 @@ class Database:
# multi_word_regex is designed to match following patterns
# `tabXxx Xxx` and "tabXxx Xxx"
# ([`"]?) Captures " or ` at the begining of the table name (if provided)
# ([`"]?) Captures " or ` at the beginning of the table name (if provided)
# \1 matches the first captured group (quote character) at the end of the table name
# multi word table name must have surrounding quotes.