From 69abe56e1803eee32f75a47f3cb2e3ab3bf0aab2 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 22 Feb 2022 14:44:16 +0000 Subject: [PATCH] pyrightconfig.json: correct typo in comment (#7355) Typeshed has no factions, only fractions :) --- pyrightconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrightconfig.json b/pyrightconfig.json index 25900f563..19e2954f6 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",