]> 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)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 02:42:15 +0000 (19:42 -0700)
commit443370d8acd107da235d2e9758e06ab3583be4ea
treee408f22197aba16d372a1e938d5663f38f51585b
parent43f5c0c4d0a608c04c3978adb45117f3943203b7
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