]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Typo fix: "empy" should be "empty". (GH-16666)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 9 Oct 2019 02:42:15 +0000 (19:42 -0700)
committerNed Deily <nad@python.org>
Mon, 14 Oct 2019 21:01:39 +0000 (17:01 -0400)
commit918f0c4a711b2608855d9ea0dca39c0998a17d0b
treef56b380a14bfa8c988d7114543dea717321eeb7f
parentae41f629e187e1f0cf4d62f5a7b181c64da26466
Typo fix: "empy" should be "empty". (GH-16666)

(cherry picked from commit 01171ebd966b0cd6352057799ad876dd1e07942e)

Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
Python/compile.c