We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d585f commit ca1e018Copy full SHA for ca1e018
docs-parts/manipulation/3-Transactions_lang1.rst
@@ -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.
+Transactions are formed using the ``transaction`` property of the connection object.
+The connection object may be obtained from any table object.
3
The ``transaction`` property can then be used as a context manager in Python's ``with`` statement.
4
5
For example, the following code inserts matching entries for the master table ``Session`` and its part table ``Session.Experimenter``.
0 commit comments