From 4bd8f8c76b2a76730d5800d557228a72fde735fd Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 2 Dec 2010 15:07:17 +0000 Subject: [PATCH] Typo/tenso fixed. --- doc/src/connection.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/connection.rst b/doc/src/connection.rst index c509ee66..bf6a6f26 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -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)`.