]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix trivial typo in the PEG string parser (GH-21508)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 16 Jul 2020 16:30:19 +0000 (09:30 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 16:30:19 +0000 (09:30 -0700)
commit9d8b8c3ed2c672e0f0d5248a86972c6788f0701d
tree2a2aca8bc2dca7ceeb28da82db7dd7d226309ccc
parent961703cdc82536b6ff897ad7d4b3bbf22718d1b5
Fix trivial typo in the PEG string parser (GH-21508)

(cherry picked from commit 0275e0452a773976827c2b9bd1e598ee08e2d7f5)

Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com>
Parser/pegen/parse_string.c