mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-01 19:00:09 +03:00
Fix typo: catched -> caught
This commit is contained in:
parent
19ddbc47ca
commit
a0082911ad
|
@ -403,12 +403,12 @@ where typname = %s and ns.nspname = %s;
|
||||||
(?: # lower bound:
|
(?: # lower bound:
|
||||||
" ( (?: [^"] | "")* ) " # - a quoted string
|
" ( (?: [^"] | "")* ) " # - a quoted string
|
||||||
| ( [^",]+ ) # - or an unquoted string
|
| ( [^",]+ ) # - or an unquoted string
|
||||||
)? # - or empty (not catched)
|
)? # - or empty (not caught)
|
||||||
,
|
,
|
||||||
(?: # upper bound:
|
(?: # upper bound:
|
||||||
" ( (?: [^"] | "")* ) " # - a quoted string
|
" ( (?: [^"] | "")* ) " # - a quoted string
|
||||||
| ( [^"\)\]]+ ) # - or an unquoted string
|
| ( [^"\)\]]+ ) # - or an unquoted string
|
||||||
)? # - or empty (not catched)
|
)? # - or empty (not caught)
|
||||||
( \)|\] ) # upper bound flag
|
( \)|\] ) # upper bound flag
|
||||||
""", re.VERBOSE)
|
""", re.VERBOSE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user