Typo/tenso fixed.

This commit is contained in:
Daniele Varrazzo 2010-12-02 15:07:17 +00:00
parent 593cd20b4a
commit 4bd8f8c76b

View File

@ -158,10 +158,10 @@ The ``connection`` class
this method is used outside of a TPC transaction.
After calling `!tpc_prepare()`, no statements can be executed until
`~connection.tpc_commit()` or `~connection.tpc_rollback()` have been
`~connection.tpc_commit()` or `~connection.tpc_rollback()` will be
called. The `~connection.reset()` method can be used to restore the
status of the connection to `~psycopg2.extensions.STATUS_READY`: the
transaction will remained prepared in the database and will be
transaction will remain prepared in the database and will be
possible to finish it with `!tpc_commit(xid)` and
`!tpc_rollback(xid)`.