Skip to content

Commit 9415521

Browse files
AlexWaygoodcarljm
andauthored
Update crates/red_knot_python_semantic/src/semantic_index/predicate.rs
Co-authored-by: Carl Meyer <[email protected]>
1 parent 4afaaa4 commit 9415521

File tree

1 file changed

+1
-1
lines changed
  • crates/red_knot_python_semantic/src/semantic_index

1 file changed

+1
-1
lines changed

crates/red_knot_python_semantic/src/semantic_index/predicate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pub(crate) struct StarImportPlaceholderPredicate<'db> {
140140
/// separate field to hold the ID of the scope. `StarImportPredicate`s are only created
141141
/// for valid `*`-import definitions, and valid `*`-import definitions can only ever
142142
/// exist in the global scope; thus, we know that the `symbol_id` here will be relative
143-
/// to the global scope.
143+
/// to the global scope of the importing file.
144144
pub(crate) symbol_id: ScopedSymbolId,
145145

146146
pub(crate) referenced_file: File,

0 commit comments

Comments
 (0)