mirror of
https://github.com/python/cpython.git
synced 2026-06-21 10:34:26 -04:00
Fix typos in InternalDocs/compiler.md (#149915)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user