Commit 2a96309c authored by Fred Drake's avatar Fred Drake

fix typo

parent 370834d8
......@@ -13,7 +13,7 @@ These aren't promises, but things I'd like to do:
- Make DBs context manager, so in a simple script, one could do:
with ZEO.DB(someaddr) as connection:
do some things in a transaction. Commot and close at the end.
do some things in a transaction. Commit and close at the end.
- Persistent sets.
......
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