diff --git a/pyrightconfig.json b/pyrightconfig.json index 25900f563525..19e2954f6998 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -44,7 +44,7 @@ "reportPropertyTypeMismatch": "error", "reportSelfClsParameterName": "error", // Overlapping overloads cannot be enabled at this time because - // of the "factions.Fraction.__pow__" method and "tasks.gather" function. + // of the "fractions.Fraction.__pow__" method and "tasks.gather" function. // Mypy's overlapping overload logic misses these issues (see mypy // issue #10143 and #10157). "reportOverlappingOverload": "none",