Skip to content

Commit

Permalink
Fixed stale comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Nov 12, 2024
1 parent 3cd1b63 commit 4420d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/analyzer/symbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4420d70

Please sign in to comment.