Skip to content

Commit ca1e018

Browse files
docs: corrections based feebdack
1 parent 60d585f commit ca1e018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-parts/manipulation/3-Transactions_lang1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Transactions are formed using the `transaction` property of the connection object.
2-
The connection object may obtained from any table object.
1+
Transactions are formed using the ``transaction`` property of the connection object.
2+
The connection object may be obtained from any table object.
33
The ``transaction`` property can then be used as a context manager in Python's ``with`` statement.
44

55
For example, the following code inserts matching entries for the master table ``Session`` and its part table ``Session.Experimenter``.

0 commit comments

Comments
 (0)