mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-30 15:18:02 +00:00
Fix comment
This commit is contained in:
parent
eee3c03042
commit
7dccce5e20
1 changed files with 1 additions and 1 deletions
|
@ -1260,7 +1260,7 @@ impl SymbolTableBuilder {
|
|||
table.symbols.entry(name.into_owned()).or_insert(symbol)
|
||||
};
|
||||
|
||||
// Set proper flags on symbol:
|
||||
// Set proper scope and flags on symbol:
|
||||
match role {
|
||||
SymbolUsage::Nonlocal => {
|
||||
symbol.scope = SymbolScope::Free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue