Commit 269bd8a6 authored by Jim Fulton's avatar Jim Fulton

small ReST fix.

parent 7838b4c7
......@@ -33,8 +33,8 @@ class ITransactionManager(Interface):
calling ``begin``. In that case, ``newTransaction`` isn't
called because the transaction manager doesn't know when to
call it. The transaction is likely to have begun long before
the transaction manager is involved. (Conceivably 'commit' and
'abort' could call 'begin', but they don't.)
the transaction manager is involved. (Conceivably the ``commit`` and
``abort`` methods could call ``begin``, but they don't.)
"""
def get():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment