We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afaaa4 commit 9415521Copy full SHA for 9415521
crates/red_knot_python_semantic/src/semantic_index/predicate.rs
@@ -140,7 +140,7 @@ pub(crate) struct StarImportPlaceholderPredicate<'db> {
140
/// separate field to hold the ID of the scope. `StarImportPredicate`s are only created
141
/// for valid `*`-import definitions, and valid `*`-import definitions can only ever
142
/// exist in the global scope; thus, we know that the `symbol_id` here will be relative
143
- /// to the global scope.
+ /// to the global scope of the importing file.
144
pub(crate) symbol_id: ScopedSymbolId,
145
146
pub(crate) referenced_file: File,
0 commit comments