Skip to content

Commit b7fe661

Browse files
Fix a typo (SchemaStore#4626)
1 parent 9877da5 commit b7fe661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/partial-pyright.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"enableReachabilityAnalysis": {
101101
"type": "boolean",
102102
"title": "Identify code determined to be unreachable through type analysis",
103-
"description": "If enabled, code that is determined to be unreachable by type analysis is reported using a tagged hint. This setting does not affect code that is determined to be unreachable regardless of type analysis; such code is always reported as unreachable. This setting also has no effect when when using the command-line version of pyright because it never emits tagged hints for unreachable code.",
103+
"description": "If enabled, code that is determined to be unreachable by type analysis is reported using a tagged hint. This setting does not affect code that is determined to be unreachable regardless of type analysis; such code is always reported as unreachable. This setting also has no effect when using the command-line version of pyright because it never emits tagged hints for unreachable code.",
104104
"default": true
105105
},
106106
"deprecateTypingAliases": {

0 commit comments

Comments
 (0)