[Zope-Checkins] CVS: StandaloneZODB/ZODB - Connection.py:1.59
Jeremy Hylton
jeremy@zope.com
Tue, 18 Sep 2001 14:19:25 -0400
Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv22473
Modified Files:
Connection.py
Log Message:
repair typo in comment
=== StandaloneZODB/ZODB/Connection.py 1.58 => 1.59 ===
# When commit_sub() exceutes a store, there is no need to
# update the _p_changed flag, because the subtransaction
- # tpc_voteh() calls already did this. The change=1 argument
+ # tpc_vote() calls already did this. The change=1 argument
# exists to allow commit_sub() to avoid setting the flag
# again.
if not store_return: