mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (GH-144060)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ XXX TO DO:
|
||||
- seems to contain a bug when updating...
|
||||
|
||||
- reclaim free space (currently, space once occupied by deleted or expanded
|
||||
items is not reused exept if .reorganize() is called)
|
||||
items is not reused except if .reorganize() is called)
|
||||
|
||||
- support concurrent access (currently, if two processes take turns making
|
||||
updates, they can mess up the index)
|
||||
|
||||
Reference in New Issue
Block a user