Skip to content

Commit 2d05a14

Browse files
author
James William Pye
committed
rm ws
1 parent 320e5b1 commit 2d05a14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def quote_ident(text):
3636

3737
def quote_ident_if_needed(text):
3838
"""
39-
If needed, replace every instance of '"' with '""' *and* place '"' on each end.
39+
If needed, replace every instance of '"' with '""' *and* place '"' on each end.
4040
Otherwise, just return the text.
4141
"""
4242
return quote_ident(text) if needs_quoting(text) else text

0 commit comments

Comments
 (0)