We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320e5b1 commit 2d05a14Copy full SHA for 2d05a14
1 file changed
postgresql/string.py
@@ -36,7 +36,7 @@ def quote_ident(text):
36
37
def quote_ident_if_needed(text):
38
"""
39
- If needed, replace every instance of '"' with '""' *and* place '"' on each end.
+ If needed, replace every instance of '"' with '""' *and* place '"' on each end.
40
Otherwise, just return the text.
41
42
return quote_ident(text) if needs_quoting(text) else text
0 commit comments