Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (GH-144060)

This commit is contained in:
Bodhi Silberling
2026-01-19 22:50:34 -08:00
committed by GitHub
parent e66597d6c8
commit 05eab96435
+1 -1
View File
@@ -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)