We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b69103 commit d93460fCopy full SHA for d93460f
Lib/test/test_pdb.py
@@ -677,7 +677,7 @@ def test_pdb_alias_command():
677
> <doctest test.test_pdb.test_pdb_alias_command[1]>(4)test_function()
678
-> o.method()
679
(Pdb) alias pi
680
- *** Unkown alias. To create an alias see 'help alias'
+ *** Unkown alias 'pi'.
681
(Pdb) alias pi for k in %1.__dict__.keys(): print(f"%1.{k} = {%1.__dict__[k]}")
682
(Pdb) alias ps pi self
683
(Pdb) alias ps
0 commit comments