mirror of
https://github.com/python/cpython.git
synced 2026-06-05 01:10:53 +00:00
Fix typos in InternalDocs/compiler.md (#149915)
This commit is contained in:
parent
686996e4d8
commit
13fee461c2
2 changed files with 7 additions and 7 deletions
|
|
@ -1708,7 +1708,7 @@ symtable_enter_type_param_block(struct symtable *st, identifier name,
|
|||
return 1;
|
||||
}
|
||||
|
||||
/* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
|
||||
/* VISIT, VISIT_SEQ and VISIT_SEQ_TAIL take an ASDL type as their second argument.
|
||||
They use the ASDL name to synthesize the name of the C type and the visit
|
||||
function.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue