Skip to content

Commit 6ca43ab

Browse files
bodhisilberlingthunder-coding
authored andcommitted
Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (pythonGH-144060)
1 parent 8605788 commit 6ca43ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)