]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
authorChih-Hsuan Yen <yan12125@gmail.com>
Thu, 4 Oct 2018 13:15:00 +0000 (21:15 +0800)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Oct 2018 13:15:00 +0000 (06:15 -0700)
commitc57eb9a336391dc22aa29e9db592fa06d7fb7101
tree1775bb4194493f74d1dbb8b09f765f7d20ffcf9e
parent5f5a7781c8bf7bcc476d3e05d980711be3920724
bpo-34871: Fix two typos in test_inspect.py (GH-9698)

`arg` is misspelled as `agr`. I noticed this when playing with https://bugs.python.org/issue34871

https://bugs.python.org/issue34871
Lib/test/test_inspect.py