Skip to content

Commit 05eab96

Browse files
Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (GH-144060)
1 parent e66597d commit 05eab96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/dbm/dumb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- seems to contain a bug when updating...
1010
1111
- reclaim free space (currently, space once occupied by deleted or expanded
12-
items is not reused exept if .reorganize() is called)
12+
items is not reused except if .reorganize() is called)
1313
1414
- support concurrent access (currently, if two processes take turns making
1515
updates, they can mess up the index)

0 commit comments

Comments
 (0)