From 7b30f16dcc73da739479f38184f415572a36c6ed Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Tue, 22 Feb 2022 14:29:18 +0000 Subject: [PATCH] pyrightconfig.json: correct typo in comment 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 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",