mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
bpo-44345: Fix 'generated by' comment in parser.c (GH-26615)
This commit is contained in:
parent
5571cabf1b
commit
aef1b58dc8
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
// @generated by pegen.py from ./Grammar/python.gram
|
||||
// @generated by pegen from ./Grammar/python.gram
|
||||
#include "pegen.h"
|
||||
|
||||
#if defined(Py_DEBUG) && defined(Py_BUILD_CORE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue