Commit c51b064b authored by Martin Peeters's avatar Martin Peeters

Fix typo

parent 52bcf5b3
...@@ -494,7 +494,7 @@ class Transaction(object): ...@@ -494,7 +494,7 @@ class Transaction(object):
class MultiObjectResourceAdapter(object): class MultiObjectResourceAdapter(object):
"""Adapt the old-style register() call to the new-style join(). """Adapt the old-style register() call to the new-style join().
With join(), a resource mananger like a Connection registers with With join(), a resource manager like a Connection registers with
the transaction manager. With register(), an individual object the transaction manager. With register(), an individual object
is passed to register(). is passed to register().
""" """
......
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