Skip to content

Commit

Permalink
Fixed adaptation doc example
Browse files Browse the repository at this point in the history
Close ticket psycopg#63
  • Loading branch information
dvarrazzo committed Jul 24, 2011
1 parent 2f6336e commit 30a046c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ geometric type:

The above function call results in the SQL command::

INSERT INTO atable (apoint) VALUES ((1.23, 4.56));
INSERT INTO atable (apoint) VALUES ('(1.23, 4.56)');



Expand Down

0 comments on commit 30a046c

Please sign in to comment.