]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo: 'exept' -> 'except' in Lib/dbm/dumb.py (GH-144060)
authorBodhi Silberling <bodhirussellsilberling@yahoo.com>
Tue, 20 Jan 2026 06:50:34 +0000 (22:50 -0800)
committerGitHub <noreply@github.com>
Tue, 20 Jan 2026 06:50:34 +0000 (08:50 +0200)
Lib/dbm/dumb.py

index 1bc239a84fff83cc243b1614a6c7773dc59c9de3..c1c38da5101a5725257d0efcaef758040b65861b 100644 (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)