Skip to content

Commit f75df29

Browse files
Apply suggestions from code review
Co-authored-by: Alex Waygood <[email protected]>
1 parent 7b00a6a commit f75df29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class Solid2: pass
334334
335335
class Solid3(Solid1, Solid2): pass # Type checker error
336336
337-
Type checkers can use solid bases to detect unreachable code
337+
Type checkers can use knowledge of solid bases to detect unreachable code
338338
and determine when two types can overlap.
339339
340340
See PEP 800."""

0 commit comments

Comments
 (0)