docs: fix typo in database.py (#20894)
This commit is contained in:
parent
4b7c73514e
commit
3efaee9597
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue