Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 856a230

Browse files
committed
Cosmetic capitalization fix
1 parent ec497a5 commit 856a230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpython.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ $$ LANGUAGE plpythonu;
11991199
ad-hoc queries. A PL/Python equivalent of dynamic SQL from <xref
12001200
linkend="plpgsql-quote-literal-example"> would be:
12011201
<programlisting>
1202-
plpy.execute("UPDATE tbl SET %s = %s where key = %s" % (
1202+
plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % (
12031203
plpy.quote_ident(colname),
12041204
plpy.quote_nullable(newvalue),
12051205
plpy.quote_literal(keyvalue)))

0 commit comments

Comments
 (0)