diff --git a/packages/pyright-internal/src/analyzer/symbol.ts b/packages/pyright-internal/src/analyzer/symbol.ts index 8c777f79c496..f47d5be850a0 100644 --- a/packages/pyright-internal/src/analyzer/symbol.ts +++ b/packages/pyright-internal/src/analyzer/symbol.ts @@ -38,7 +38,7 @@ export const enum SymbolFlags { PrivateMember = 1 << 5, // Indicates that the symbol is not considered for protocol - // matching. This applies to some built-in symbols like __class__. + // matching. This applies to some built-in symbols like __module__. IgnoredForProtocolMatch = 1 << 6, // Indicates that the symbol is a ClassVar, so it cannot be