Commit ca6e3d30 authored by Guido van Rossum's avatar Guido van Rossum

Comment repair.

parent 9dae6a29
......@@ -131,7 +131,7 @@ class ZEOStorage:
def notifyDisconnected(self):
# When this storage closes, we must ensure that it aborts
# any pending transaction. Not sure if this is the cleanest way.
# any pending transaction.
if self.transaction is not None:
self.log("disconnected during transaction %s" % self.transaction)
self.abort()
......
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