Skip to content

Commit d93460f

Browse files
Update Lib/test/test_pdb.py
Co-authored-by: Tian Gao <[email protected]>
1 parent 8b69103 commit d93460f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ def test_pdb_alias_command():
677677
> <doctest test.test_pdb.test_pdb_alias_command[1]>(4)test_function()
678678
-> o.method()
679679
(Pdb) alias pi
680-
*** Unkown alias. To create an alias see 'help alias'
680+
*** Unkown alias 'pi'.
681681
(Pdb) alias pi for k in %1.__dict__.keys(): print(f"%1.{k} = {%1.__dict__[k]}")
682682
(Pdb) alias ps pi self
683683
(Pdb) alias ps

0 commit comments

Comments
 (0)