mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 21:00:33 +03:00
Fixed smell of pizza in the docs
This commit is contained in:
parent
5fedaa5474
commit
9ae4bbd195
|
@ -516,8 +516,8 @@ issued by all the cursors created by the same connection. Should any command
|
||||||
fail, the transaction will be aborted and no further command will be executed
|
fail, the transaction will be aborted and no further command will be executed
|
||||||
until a call to the `~connection.rollback()` method.
|
until a call to the `~connection.rollback()` method.
|
||||||
|
|
||||||
The connection is responsible to terminate its transaction, calling either the
|
The connection is responsible for terminating its transaction, calling either
|
||||||
`~connection.commit()` or `~connection.rollback()` method. Committed
|
the `~connection.commit()` or `~connection.rollback()` method. Committed
|
||||||
changes are immediately made persistent into the database. Closing the
|
changes are immediately made persistent into the database. Closing the
|
||||||
connection using the `~connection.close()` method or destroying the
|
connection using the `~connection.close()` method or destroying the
|
||||||
connection object (using `!del` or letting it fall out of scope)
|
connection object (using `!del` or letting it fall out of scope)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user