pyrightconfig.json: correct typo in comment (#7355)

Typeshed has no factions, only fractions :)
This commit is contained in:
Alex Waygood
2022-02-22 14:44:16 +00:00
committed by GitHub
parent 51a3cf072c
commit 69abe56e18

View File

@@ -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",