]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in Lib/tracepack.py (GH-19605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 Apr 2020 02:36:52 +0000 (19:36 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2020 02:36:52 +0000 (19:36 -0700)
commitd0d4e33d26a5463d7a4536525f9c6501ef2b3c17
tree7fa36007f1d776c7d77336292df3bb4ce1cbc3d3
parent143147d94f3e55a929327ddae1d0d3c260d71cef
Fix typo in Lib/tracepack.py (GH-19605)

Typo fix: "emites" -> "emit".
(cherry picked from commit df8913f7c48d267efd662e8ffd9496595115eee8)

Co-authored-by: Galden <wudenggang0@163.com>
Lib/traceback.py