Author: darcy Date: Wed Jan 13 23:15:11 2016 New Revision: 741 Log: Fix typo.
Modified: branches/4.x/docs/contents/postgres/basic.rst trunk/docs/contents/postgres/basic.rst Modified: branches/4.x/docs/contents/postgres/basic.rst ============================================================================== --- branches/4.x/docs/contents/postgres/basic.rst Wed Jan 13 21:35:55 2016 (r740) +++ branches/4.x/docs/contents/postgres/basic.rst Wed Jan 13 23:15:11 2016 (r741) @@ -60,7 +60,7 @@ to insert a new row into a table. There are several ways you can specify what columns the data should go to. -Let us insert a row into each of these tables. Tthe simplest case is when +Let us insert a row into each of these tables. The simplest case is when the list of values corresponds to the order of the columns specified in the CREATE TABLE command:: Modified: trunk/docs/contents/postgres/basic.rst ============================================================================== --- trunk/docs/contents/postgres/basic.rst Wed Jan 13 21:35:55 2016 (r740) +++ trunk/docs/contents/postgres/basic.rst Wed Jan 13 23:15:11 2016 (r741) @@ -60,7 +60,7 @@ to insert a new row into a table. There are several ways you can specify what columns the data should go to. -Let us insert a row into each of these tables. Tthe simplest case is when +Let us insert a row into each of these tables. The simplest case is when the list of values corresponds to the order of the columns specified in the CREATE TABLE command:: _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
