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 257964a commit e0a8fb6Copy full SHA for e0a8fb6
crates/ruff_python_semantic/src/model.rs
@@ -680,7 +680,7 @@ impl<'a> SemanticModel<'a> {
680
/// print(python_version)
681
/// ```
682
///
683
- /// ...then `resolve_call_path(${python_version})` will resolve to `sys.version_info`.
+ /// ...then `resolve_qualified_name(${python_version})` will resolve to `sys.version_info`.
684
pub fn resolve_qualified_name<'name, 'expr: 'name>(
685
&self,
686
value: &'expr Expr,
0 commit comments