]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in ast.py (GH-25740) (GH-25894)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 13:39:08 +0000 (06:39 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 13:39:08 +0000 (06:39 -0700)
commitc3bf0bd4720f9e0cfed84867a3150c2503a27a33
tree202bb40df14068f06ce5340981367c673ca6e284
parent91cb1e20e6a432b8b2c1b5db37b03c84b15384fa
Fix typo in ast.py (GH-25740) (GH-25894)

parantheses -> parentheses
(cherry picked from commit 9ee8448243e776d2a07a9868e9795bbb2c828f9c)

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Lib/ast.py