Wrong code completion with transaction

The code completion after typing the dot of a Transaction adds a comment instead of a method:

with tables.Transaction() as txn:
  txn.

Well that’s an amusing bug! Thanks for the report, it will be fixed next time we deploy.

(The method in question is called abort, by the way)