diff --git a/crates/ruff_python_semantic/src/model.rs b/crates/ruff_python_semantic/src/model.rs index 7745426ec9ebc7..07dce98d1e9197 100644 --- a/crates/ruff_python_semantic/src/model.rs +++ b/crates/ruff_python_semantic/src/model.rs @@ -680,7 +680,7 @@ impl<'a> SemanticModel<'a> { /// print(python_version) /// ``` /// - /// ...then `resolve_call_path(${python_version})` will resolve to `sys.version_info`. + /// ...then `resolve_qualified_name(${python_version})` will resolve to `sys.version_info`. pub fn resolve_qualified_name<'name, 'expr: 'name>( &self, value: &'expr Expr,