Skip to content

Commit 5bc3037

Browse files
cocolatoaisk
andauthored
Update Lib/pdb.py
Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 0c06271 commit 5bc3037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ def do_commands(self, arg):
13191319
if bdb.Breakpoint.bpbynumber[bnum] is not None:
13201320
break
13211321
if bnum == 0:
1322-
self.error('no breakpoints setted')
1322+
self.error('no breakpoints set')
13231323
return
13241324
else:
13251325
try:

0 commit comments

Comments
 (0)