Skip to content

Commit 69abe56

Browse files
authored
pyrightconfig.json: correct typo in comment (#7355)
Typeshed has no factions, only fractions :)
1 parent 51a3cf0 commit 69abe56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"reportPropertyTypeMismatch": "error",
4545
"reportSelfClsParameterName": "error",
4646
// Overlapping overloads cannot be enabled at this time because
47-
// of the "factions.Fraction.__pow__" method and "tasks.gather" function.
47+
// of the "fractions.Fraction.__pow__" method and "tasks.gather" function.
4848
// Mypy's overlapping overload logic misses these issues (see mypy
4949
// issue #10143 and #10157).
5050
"reportOverlappingOverload": "none",

0 commit comments

Comments
 (0)