Skip to content
Snippets Groups Projects
Commit bd42fc75 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

docs

parent 59681837
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ class transaction:
Leaving the context manager will automatically close the cursor for you.
:param connection_or_getter: the connection object to use, or a callable/0, that called with
this thread will provide us with a connection
:param connection_or_getter: the connection object to use, or a callable, that called with
zero arguments will provide us with a connection
:param close_the_connection_after: whether the connection should be closed after use
:param log_exception: whether to log an exception if it happens
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment